fluttercommunity / fluttercommunity/flutter_webview_plugin
Could not pop the web view in the onback listener instead of going back by pages one by one
Open
- Dominant language
- Java
- Stars
- 1.5k
- Forks
- 938
- PR merge metrics
- No merged PRs in 30d
Description
```
var onBack = flutterWebViewPlugin.onBack.listen((_) async {
Navigator.pop(context);
});
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.