fluttercommunity / fluttercommunity/flutter_webview_plugin
If target is Google Maps, position is impossible to get
Open
not enough info
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
I tried this code
`final flutterWebviewPlugin = new FlutterWebviewPlugin();
var url = "https://www.google.com/maps/";
flutterWebviewPlugin.launch(
url,
withJavascript: true,
);`
The interface works fine, but it's impossible for google maps to get the position of the user.
No permissions are asked and it just doesn't work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.