bdashore3 / Asobi

An immersive browser app for iPhones, iPads, and MacCatalyst

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open target=_blank

bdashore3 opened this issue · comments

target=_blank in HTML asks the browser to open links in a new tab. This currently isn't possible due to the WebView being a single page. Fix this with some UIDelegate trickery.