yttrium Active Member Licensed User Longtime User May 9, 2013 #1 Is there any way to open links from a WebView using intents, rather than having it open in the WebView?
Is there any way to open links from a WebView using intents, rather than having it open in the WebView?
Erel B4X founder Staff member Licensed User Longtime User May 9, 2013 #2 Yes. You can use OverrideUrl event to start the default browser and cancel the local navigation. Upvote 0
yttrium Active Member Licensed User Longtime User May 9, 2013 #3 Thanks, couldn't find that one in the documentation for some reason (but now I can by searching for "OverrideUrl"). Upvote 0
Thanks, couldn't find that one in the documentation for some reason (but now I can by searching for "OverrideUrl").