iOS Question Geolocation does not work in webview

John Woodsmall

Active Member
Licensed User
Longtime User
i have simple google web view run in a webview
it works as a stand a lone in Safari, but does not work inside the app:
B4X:
target3="https://www.pathfinder2.com/TMAS/clients/tdispatch/geolocation.html"
Page3.Title = "Trusted dispatch"
WebView3.LoadUrl(target3)
 
Top