fluttercommunity / fluttercommunity/flutter_webview_plugin

WebviewScaffold exception after clicking back icon

Đang mở
#89 4 bình luận 3 reaction 0 người được giao Xem trên GitHub
bug
Ngôn ngữ chính
Java
Star
1.5k
Fork
938
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

After open the webview with an `appBar`, I click on the back button and receive a exception from:

**File**: `broadcast_stream_controller.dart`

**Exception**:

![screen shot 2018-05-30 at 21 06 04](https://user-images.githubusercontent.com/457160/40754021-6671391c-644d-11e8-80f0-3d42ae049b76.png)

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)),
),
),
);
},
```

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.