fluttercommunity / fluttercommunity/flutter_webview_plugin

Link handling

未关闭
#43 19 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement help wanted
主要语言
Java
星标
1.5k
派生
938
PR 合并指标
30 天内没有已合并 PR

描述

Implementing the plugin as shown:

```
class MyApp extends StatelessWidget {
@override
Widget build(BuildContext context) {
return new MaterialApp(
routes: {
"/": (_) => new WebviewScaffold(
url: "http://wckethman.com/htree/my-app/www/index.html",
withJavascript: true,
)
},
);
}
}
This works fine but when clicking on tel: links "net::ERR_UNKNOWN_URL_SCHEME" thrown
```

Any suggestions?

贡献指南

这个仓库没有索引到贡献指南

调研方向

从 issue 中显示的 WebviewScaffold route 开始,检查 plugin 如何处理 tel: 链接的导航。重现 net::ERR_UNKNOWN_URL_SCHEME 错误,然后验证 tel: 链接能够在不出现该错误的情况下得到处理,并且现有的 webview 行为保持不变。

由索引模型根据 Issue 内容生成。

评估

技术栈
dart, flutter, java
领域
mobile
Issue 类型
缺陷
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
需要澄清
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。