fluttercommunity / fluttercommunity/flutter_webview_plugin

If target is Google Maps, position is impossible to get

Abierto
#197 0 comentarios 1 reacción 0 asignados Ver en GitHub
not enough info
Lenguaje dominante
Java
Estrellas
1.5k
Forks
938
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.