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
Research direction
Start by reproducing the onBack listener behavior shown in the issue and trace how the plugin handles WebView history and Navigator.pop. Done means the listener can pop the web view directly instead of navigating backward through pages one by one; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100