File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 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+
16## 1.0.6
27
38* 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 {
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.
199203class WebView extends StatefulWidget {
200204 /// Creates a new web view.
201205 ///
Original file line number Diff line number Diff line change 11name : webview_flutter
22description : A Flutter plugin that provides a WebView widget on Android and iOS.
3- version : 1.0.6
3+ version : 1.0.7
44homepage : https://github.com/flutter/plugins/tree/master/packages/webview_flutter
55
66environment :
You can’t perform that action at this time.
0 commit comments