I am using a webview to load a google map like...
The resulting map is shown in pic 1 below.
The results of clicking on the phone icon to call the number shown is in pic 2.
Is there a way to capture the phone icon click event and bring up the phone dialer dialog?
Or pass the click thru to the android os to process instead of the app?
All other buttons on the map page work correctly - just the phone dialer that's not functioning correctly.
GP
B4X:
Main.dest = "Tarpon Springs, FL Taxi"
WebView1.LoadURL("https://maps.google.com/maps?q="&Main.dest)
The resulting map is shown in pic 1 below.
The results of clicking on the phone icon to call the number shown is in pic 2.
Is there a way to capture the phone icon click event and bring up the phone dialer dialog?
Or pass the click thru to the android os to process instead of the app?
All other buttons on the map page work correctly - just the phone dialer that's not functioning correctly.
GP