I created a flutter webview, but when I try to go back to the previous page the app closes. How can I activate the back key on the phone? I would like to use the phone key without adding any more. I thought about using Onbackpressed but in flutter it is not possible. Or you can use Willpopscope () but it doesn't work for me, someone help me please!!
Asked
Active
Viewed 73 times
-1
-
Please provide a code snippet of your case – quoci Nov 18 '21 at 09:01
-
this package will help https://pub.dev/packages/flutter_inappwebview – Saied Islam Shuvo Nov 18 '21 at 09:25
1 Answers
0
You need to put your app in scaffold and implement onWillPop feature for scaffold.

Karen Ghazaryan
- 108
- 7