fluttercommunity / fluttercommunity/flutter_webview_plugin
If target is Google Maps, position is impossible to get
Aperta
not enough info
- Lingua principale
- Java
- Stelle
- 1.5k
- Fork
- 938
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.