T Tomas Petrus Active Member Licensed User Longtime User Dec 23, 2016 #1 Hi, I have app with google map in webview and I need to allow actual position for that webview. Is there somethink like this? B4X: mWebView.setWebChromeClient(new WebChromeClient() { public void onGeolocationPermissionsShowPrompt(String origin, GeolocationPermissions.Callback callback) { callback.invoke(origin, true, false); } }); Thanks for answer
Hi, I have app with google map in webview and I need to allow actual position for that webview. Is there somethink like this? B4X: mWebView.setWebChromeClient(new WebChromeClient() { public void onGeolocationPermissionsShowPrompt(String origin, GeolocationPermissions.Callback callback) { callback.invoke(origin, true, false); } }); Thanks for answer
DonManfred Expert Licensed User Longtime User Dec 23, 2016 #2 Tomas Petrus said: Is there somethink like this? Click to expand... See WebviewExtras https://www.b4x.com/android/forum/threads/webviewextras.12453/ and especially https://www.b4x.com/android/forum/threads/webviewextras.12453/#post-102448 Upvote 0
Tomas Petrus said: Is there somethink like this? Click to expand... See WebviewExtras https://www.b4x.com/android/forum/threads/webviewextras.12453/ and especially https://www.b4x.com/android/forum/threads/webviewextras.12453/#post-102448