-
Notifications
You must be signed in to change notification settings - Fork 936
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
Can't return to the previous page. #266
Comments
Me too. I have same problem. |
To replicate the issue, open the page in the webview, and click within the loaded page (not a link, just to focus). Then use the device's native Back button to go back, it then displays the CircularProgressIndicator.
|
这个问题你解决了吗?我也遇到了同样的问题,不知道如何解决 |
I changed the dependency library. Example: |
@sqixin I also changed plugins, I'm using the Flutter team's https://pub.dartlang.org/packages/webview_flutter. However it has much less features than the rest |
The inappbrowser has more features, but it depends on android support packages which will compile error for compileSdkVersion 28. And also the scrolling feel is too fast, not that smooth as this plugin. |
When I open a web page and try to press the back key (physical key), it does not return to the previous page but instead displays a waiting page.
When I open A page.
I press back key.
The text was updated successfully, but these errors were encountered: