fluttercommunity / fluttercommunity/flutter_webview_plugin
onProgressChanged not working in android
Abierto
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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?
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.