desarrollo arg Member May 27, 2021 #1 Hello, I have a webView and inside the page there is a link. When I click, the app redirects me within the same WebView and this brings an error. Can it be redirected to the device's browser?
Hello, I have a webView and inside the page there is a link. When I click, the app redirects me within the same WebView and this brings an error. Can it be redirected to the device's browser?
Erel B4X founder Staff member Licensed User Longtime User May 27, 2021 #2 You can handle the OverrideURL event and return True to prevent WebView from loading it. Upvote 0