Skip to content

Commit a5a3943

Browse files
Chris YangFerry Spiering
Chris Yang
authored and
Ferry Spiering
committed
[webview_flutter] update documentation to indicate gesture handling issues on iOS 13.4 and 13.5 (flutter#3259)
1 parent 2c58077 commit a5a3943

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

packages/webview_flutter/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
## 1.0.7
1+
## 1.0.8
22

33
* Add file chooser on Android
44

5+
## 1.0.7
6+
7+
* Minor documentation update to indicate known issue on iOS 13.4 and 13.5.
8+
* See: https://github.com/flutter/flutter/issues/53490
9+
510
## 1.0.6
611

712
* 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)