fluttercommunity / fluttercommunity/flutter_webview_plugin
When there is a jump between pages, the device return key cannot be heard through WillPopScope
未关闭
bug
help wanted
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- PR 合并指标
- 30 天内没有已合并 PR
描述
my code:
new WillPopScope(
child:
new WebviewScaffold(
url: url,
appBar: new AppBar(
iconTheme: IconThemeData(
color: Colors.white
),
backgroundColor: Color.fromARGB(255, 41, 58, 144),
title: new Text(title,style: new TextStyle(color: Colors.white),),
),
),
onWillPop: _requestPop);
贡献指南
这个仓库没有索引到贡献指南
调研方向
首先复现所示的 WillPopScope 和 WebviewScaffold 设置,包括页面之间的跳转以及设备返回键。检查 plugin 的 WebView 导航和返回处理路径;在导航发生变化后通过 onWillPop 接收到返回操作,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter, java
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100