Skip to content
New issue

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

onProgressChanged not working in android #447

Open
phoenixd110 opened this issue Jun 12, 2019 · 2 comments
Open

onProgressChanged not working in android #447

phoenixd110 opened this issue Jun 12, 2019 · 2 comments

Comments

@phoenixd110
Copy link

phoenixd110 commented Jun 12, 2019

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?

@phoenixd110
Copy link
Author

can any one help???

@freeman29
Copy link

Same here onProgressChanged is only working on iOS not on Android.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants