fluttercommunity / fluttercommunity/flutter_webview_plugin
If target is Google Maps, position is impossible to get
Ouverte
not enough info
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.