fluttercommunity/flutter_webview_plugin

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

Open

#358 建立於 2019年3月23日

在 GitHub 查看
 (3 留言) (1 反應) (0 負責人)Java (1,457 star) (919 fork)batch import
bughelp wanted

描述

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

貢獻者指南