fluttercommunity/flutter_webview_plugin

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

Aberta

#358 aberto em 23 de mar. de 2019

 (3 comentários) (1 reação) (0 responsável)Java (919 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (1.457 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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);

Guia do colaborador