fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.
https://pub.dev/packages/flutter_webview_plugin
Other
1.48k stars 932 forks source link

How to disable back press in WebviewScaffold? #795

Open YogeshLegendkiller opened 4 years ago

YogeshLegendkiller commented 4 years ago

Hi Team thanks for the fantastic library I just want to know is there any function to disable the back press in android webviewscaffold?

varunkumarmedam commented 4 years ago

Have you tried canGoBack built in param or you can use WillPopScope flutter widget when ever you got a callback from the webview

Bhagat8533 commented 2 years ago

You can use my repo - https://github.com/fluttercommunity/flutter_webview_plugin/issues/940#issuecomment-1186431094

MohammedSalehelShazly commented 2 years ago

any solution?