html - Provide link to open in different browser -
i have webapp running in browsers, i'm still trying work out few bugs preventing working correctly in ios facebook's in-app browser. until i've got these sorted, i'd provide message give users option open link in safari.
the solution have use javascript detect browser's user agent (similar question), , if it's facebook in-app browser, provide message webapp optimised safari , give instructions copy , paste link safari.
my question this: there way make <a>
tag open in particular browser? have seen questions like one seem point using target="_system"
cordova apps, there method html only?
there isn't way safari (using html, anyway). other browsers have custom url schemes, it. example, chrome have link point googlechrome://www.website.com.
Comments
Post a Comment