You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use a webview in flutter for my application. Everything loads just fine, however hitting the back button doesn't send me to the previous web page in the webview, it just exits the application.
The text was updated successfully, but these errors were encountered:
Do you use InAppBrowser or InAppWebView?
InAppBrowser will go back when you press the backbutton. The InAppWebView on the other hand does not. You have to implement it yourself. Its like the native WebView on Android.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue.
I'm trying to use a webview in flutter for my application. Everything loads just fine, however hitting the back button doesn't send me to the previous web page in the webview, it just exits the application.
The text was updated successfully, but these errors were encountered: