File tree 3 files changed +11
-2
lines changed 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- ## 1.0.7
1
+ ## 1.0.8
2
2
3
3
* Add file chooser on Android
4
4
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
+
5
10
## 1.0.6
6
11
7
12
* 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