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 929 forks source link

Feature Request - New Option #868

Open imeDevelopers opened 3 years ago

imeDevelopers commented 3 years ago

We need to prevent (system bottom bar back button) from going Back in the webview, and only allow this option in the webview itself.

the reason why we need this option, in example we make payment operation, i don't need the user to go back because he may pay twice for the same order, hope u understand, thx.