File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
6
## 1.0.6
2
7
3
8
* Invoke the WebView.onWebResourceError on iOS when the webview content process crashes.
Original file line number Diff line number Diff line change @@ -196,6 +196,10 @@ class JavascriptChannel {
196
196
}
197
197
198
198
/// 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.
199
203
class WebView extends StatefulWidget {
200
204
/// Creates a new web view.
201
205
///
Original file line number Diff line number Diff line change 1
1
name : webview_flutter
2
2
description : A Flutter plugin that provides a WebView widget on Android and iOS.
3
- version : 1.0.6
3
+ version : 1.0.7
4
4
homepage : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments