fluttercommunity / fluttercommunity/flutter_webview_plugin

If target is Google Maps, position is impossible to get

Open
#197 0 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.