fluttercommunity/flutter_webview_plugin

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

Open

#358 aperta il 23 mar 2019

Vedi su GitHub
 (3 commenti) (1 reazione) (0 assegnatari)Java (919 fork)batch import
bughelp wanted

Metriche repository

Star
 (1457 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor