I was wondering if there is a way to force open chrome from android webview (with js, php) to a specific URL?
To clarify, if someone clicks the said link in an app with webview activity (ex. Skype mobile), the link will cause chrome launch to the link instead of webview activity (or even first launches webview activity and then moves to chrome).
I know I can detect if client is webview by checking for substring "version" in the UA string, but I am unfamiliar with any way to deliberately launch a specific browser from URL or js.
Thanks in advance!