Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If target is Google Maps, position is impossible to get #197

Open
andreagr opened this issue Sep 28, 2018 · 0 comments
Open

If target is Google Maps, position is impossible to get #197

andreagr opened this issue Sep 28, 2018 · 0 comments

Comments

@andreagr
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants