fluttercommunity / fluttercommunity/flutter_webview_plugin
WebviewScaffold exception after clicking back icon
オープン
bug
- 主要言語
- Java
- スター
- 1.5k
- フォーク
- 938
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
After open the webview with an `appBar`, I click on the back button and receive a exception from:
**File**: `broadcast_stream_controller.dart`
**Exception**:

My Code:
```dart
onTap: () {
Navigator.push(
context,
new MaterialPageRoute(
builder: (context) => new WebviewScaffold(
url: widget.recipe.linkUrl,
appBar: new AppBar(title: new Text(widget.recipe.title)),
),
),
);
},
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。