Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
Location does not work when opening google maps in webview.
Everything seems to work when browsing. But Location does not work when opening google maps in the webview (https://maps.google.com). In the manifest I set permission for ACCESS_FINE_LOCATION. And set mWebView.setGeolocationEnabled(true); Did I miss something? Or does location not work yet?
hey @darwusch you need to ask location permission as well.