fluttercommunity / fluttercommunity/flutter_webview_plugin
onProgressChanged not working in android
未关闭
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- PR 合并指标
- 30 天内没有已合并 PR
描述
here is my code
```
_onProgressChanged = flutterWebviewPlugin.onProgressChanged.listen((double newProgress) {
print(newProgress);
});
```
but progress value doesn't print at all in android devices but in IOS devices it works fine
can anyone help me?
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start at the plugin's onProgressChanged entry point and compare its Android behavior with the working iOS behavior. Reproduce the provided listener on an Android device, then verify that progress values are emitted and printed as expected.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, flutter, ios
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100