fluttercommunity / fluttercommunity/flutter_webview_plugin
onProgressChanged not working in android
Offen
- Vorherrschende Sprache
- Java
- Sterne
- 1.5k
- Forks
- 938
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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?
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Rechercherichtung
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.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- android, flutter, ios
- Bereich
- mobile
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 35/100