fluttercommunity/flutter_webview_plugin

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

开放

#358 创建于 2019年3月23日

 (3 条评论) (1 个反应) (0 位负责人)Java (919 个派生)batch import
bughelp wanted

仓库指标

星标
 (1,457 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南