Skip to content

Commit 81c1dae

Browse files
Chris YangEgor
Chris Yang
authored and
Egor
committed
[webview_flutter] update documentation to indicate gesture handling issues on iOS 13.4 and 13.5 (flutter#3259)
1 parent 1b63b5f commit 81c1dae

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

packages/webview_flutter/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.0.7
2+
3+
* Minor documentation update to indicate known issue on iOS 13.4 and 13.5.
4+
* See: https://github.com/flutter/flutter/issues/53490
5+
16
## 1.0.6
27

38
* Invoke the WebView.onWebResourceError on iOS when the webview content process crashes.

packages/webview_flutter/lib/webview_flutter.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ class JavascriptChannel {
196196
}
197197

198198
/// A web view widget for showing html content.
199+
///
200+
/// There is a known issue that on iOS 13.4 and 13.5, other flutter widgets covering
201+
/// the `WebView` is not able to block the `WebView` from receiving touch events.
202+
/// See https://github.com/flutter/flutter/issues/53490.
199203
class WebView extends StatefulWidget {
200204
/// Creates a new web view.
201205
///

packages/webview_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webview_flutter
22
description: A Flutter plugin that provides a WebView widget on Android and iOS.
3-
version: 1.0.6
3+
version: 1.0.7
44
homepage: https://github.com/flutter/plugins/tree/master/packages/webview_flutter
55

66
environment:

0 commit comments

Comments
 (0)