dbalman Member Licensed User Longtime User Oct 20, 2016 #1 Tag property returns Null WkWebView does not allow exact location where as WebView does (e.g., loading the Google Maps URL). The page times out with "Google Maps could not determine your precise location." See attached demo. Attachments (WK)WebView Demo.zip 3.5 KB · Views: 333
Tag property returns Null WkWebView does not allow exact location where as WebView does (e.g., loading the Google Maps URL). The page times out with "Google Maps could not determine your precise location." See attached demo.
Erel B4X founder Staff member Licensed User Longtime User Oct 23, 2016 #2 1. You can get the tag with WkWebView.BaseView.Tag. 2. I see it too. I'm not sure why it doesn't work. Note that you can use iGoogleMap library instead.
1. You can get the tag with WkWebView.BaseView.Tag. 2. I see it too. I'm not sure why it doesn't work. Note that you can use iGoogleMap library instead.