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 · 1 comment

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.

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

3 participants