fluttercommunity/flutter_webview_plugin

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

オープン

#358 opened on 2019/03/23

 (3 件のコメント) (1 件のリアクション) (0 人の担当者)Java (919 件のフォーク)batch import
bughelp wanted

Repository metrics

Stars
 (1,457 個のスター)
PR merge metrics
 (30d に merged 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);

コントリビューターガイド