fluttercommunity/flutter_webview_plugin

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

Open

#358 ouverte le 23 mars 2019

Voir sur GitHub
 (3 commentaires) (1 réaction) (0 assignés)Java (919 forks)batch import
bughelp wanted

Métriques du dépôt

Stars
 (1 457 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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);

Guide contributeur