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
#749 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.