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

Research direction

Start by reproducing the issue through FlutterWebviewPlugin.launch with the Google Maps URL and JavaScript enabled. Investigate how this plugin handles location permissions for the embedded page; done means Google Maps can request and obtain the user's position without breaking the existing interface.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.