fluttercommunity / fluttercommunity/flutter_webview_plugin
onProgressChanged not working in android
Ouverte
- Langage dominant
- Java
- Étoiles
- 1.5k
- Forks
- 938
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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?
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- android, flutter, ios
- Domaine
- mobile
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- À clarifier
- Accessibilité débutants
- 35/100