fluttercommunity / fluttercommunity/flutter_webview_plugin

When there is a jump between pages, the device return key cannot be heard through WillPopScope

Open
#358 3 comments 1 reaction 0 assignees View on GitHub
bug help wanted
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

my code:
new WillPopScope(
child:
new WebviewScaffold(
url: url,
appBar: new AppBar(
iconTheme: IconThemeData(
color: Colors.white
),
backgroundColor: Color.fromARGB(255, 41, 58, 144),
title: new Text(title,style: new TextStyle(color: Colors.white),),
),
),
onWillPop: _requestPop);

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the shown WillPopScope and WebviewScaffold setup, including a jump between pages and the device return key. Inspect the plugin's WebView navigation and back-handling paths; done means the return action is received through onWillPop after navigation changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
dart, flutter, java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.