flutter_webview_plugin
flutter_webview_plugin copied to clipboard
How to disable back press in WebviewScaffold?
trafficstars
Hi Team thanks for the fantastic library I just want to know is there any function to disable the back press in android webviewscaffold?
Have you tried canGoBack built in param or you can use WillPopScope flutter widget when ever you got a callback from the webview
You can use my repo - https://github.com/fluttercommunity/flutter_webview_plugin/issues/940#issuecomment-1186431094
any solution?