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
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, flutter, ios
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100