flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

Could not pop the web view in the onback listener instead of going back by pages one by one

Open abuzarsaddiqui opened this issue 5 years ago • 1 comments
trafficstars

   var onBack = flutterWebViewPlugin.onBack.listen((_) async {
    Navigator.pop(context);
  });

abuzarsaddiqui avatar May 18 '20 12:05 abuzarsaddiqui

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

Bhagat8533 avatar Jul 17 '22 07:07 Bhagat8533