We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
can any one help???
Sorry, something went wrong.
Same here onProgressChanged is only working on iOS not on Android.
onProgressChanged
No branches or pull requests
here is my code
but progress value doesn't print at all in android devices but in IOS devices it works fine
can anyone help me?
The text was updated successfully, but these errors were encountered: