fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 929 forks source link

onStateChanged not working #910

Open anokabb opened 3 years ago

anokabb commented 3 years ago

i built an app to listen to some values on HTML file but first you should listen to onStateChanged function but this Stream not working at all (also with the example app) and i downgrade the plugin to the previous version and it's working

sachin-dahal commented 3 years ago

907

hope this PR might be useful for you too. You can definitely give it a try @anokabb

tulioccalazans commented 1 year ago

same issue here!