Open itning opened 5 years ago
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. flutter_inappbrowser
@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
这个问题你解决了吗?我也遇到了同样的问题,不知道如何解决
I changed the dependency library. flutter_inappbrowser
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.