fluttercommunity / fluttercommunity/flutter_webview_plugin
If target is Google Maps, position is impossible to get
未关闭
not enough info
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- PR 合并指标
- 30 天内没有已合并 PR
描述
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.
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先,使用启用 JavaScript 的 Google Maps URL,通过 FlutterWebviewPlugin.launch 重现该问题。调查此插件如何处理嵌入页面的位置权限;当 Google Maps 能够请求并获取用户位置,且不会破坏现有界面时,即视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100