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

Using flutter_inwebview when i pressing back button Application getting closed. #287

Closed
gods-mack opened this issue Feb 17, 2020 · 2 comments

Comments

@gods-mack
Copy link

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.

@m-oehme
Copy link

m-oehme commented Feb 24, 2020

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 was referenced Jul 6, 2020
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants