fluttercommunity / fluttercommunity/flutter_webview_plugin

WebviewScaffold exception after clicking back icon

Open
#89 4 comments 3 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
1.5k
Forks
938
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.