fluttercommunity / fluttercommunity/flutter_webview_plugin
onProgressChanged not working in android
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.