I have created an app that heavily uses WebViews and Google Maps using Fusion Tables. All points on the map are linked to pages on a website (500,000+). I would like to open all of these URLs using the built-in Android browser, rather than in the webview.
Here is the method I am wanting to use:
OverrideUrlLoading,
There does not appear to be a B4A library for this, unless I missed it. So, anyone have any idea how to call this, or do I have to create a wrapper? If I have to create a wrapper, any examples that would be helpful?
Here is the method I am wanting to use:
OverrideUrlLoading,
There does not appear to be a B4A library for this, unless I missed it. So, anyone have any idea how to call this, or do I have to create a wrapper? If I have to create a wrapper, any examples that would be helpful?