fluttercommunity/flutter_webview_plugin

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

Open

#358 geöffnet am 23. März 2019

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (919 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (1.457 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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