fluttercommunity / fluttercommunity/flutter_webview_plugin
When there is a jump between pages, the device return key cannot be heard through WillPopScope
Abierto
bug
help wanted
- Lenguaje dominante
- Java
- Estrellas
- 1.5k
- Forks
- 938
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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);
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.