|
@@ -474,9 +474,9 @@ Note that this method will not be invoked on hash URL changes (e.g. from `https:
|
474
|
474
|
|
475
|
475
|
Function that is invoked when the `WebView` content process is terminated.
|
476
|
476
|
|
477
|
|
-| Type | Required | Platform |
|
478
|
|
-| -------- | -------- | ------------- |
|
479
|
|
-| function | No | iOS WKWebView |
|
|
477
|
+| Type | Required | Platform |
|
|
478
|
+| -------- | -------- | ----------------------- |
|
|
479
|
+| function | No | iOS and macOS WKWebView |
|
480
|
480
|
|
481
|
481
|
Example:
|
482
|
482
|
|
|
@@ -863,9 +863,9 @@ Possible values for `dataDetectorTypes` are:
|
863
|
863
|
|
864
|
864
|
Boolean value that determines whether scrolling is enabled in the `WebView`. The default value is `true`. Setting this to `false` will prevent the webview from moving the document body when the keyboard appears over an input.
|
865
|
865
|
|
866
|
|
-| Type | Required | Platform |
|
867
|
|
-| ---- | -------- | -------- |
|
868
|
|
-| bool | No | iOS |
|
|
866
|
+| Type | Required | Platform |
|
|
867
|
+| ---- | -------- | ------------- |
|
|
868
|
+| bool | No | iOS and macOS |
|
869
|
869
|
|
870
|
870
|
---
|
871
|
871
|
|
|
@@ -934,9 +934,9 @@ Boolean that sets whether JavaScript running in the context of a file scheme URL
|
934
|
934
|
|
935
|
935
|
A String value that indicates which URLs the WebView's file can then reference in scripts, AJAX requests, and CSS imports. This is only used in for WebViews that are loaded with a source.uri set to a `'file://'` URL. If not provided, the default is to only allow read access to the URL provided in source.uri itself.
|
936
|
936
|
|
937
|
|
-| Type | Required | Platform |
|
938
|
|
-| ------ | -------- | -------- |
|
939
|
|
-| string | No | iOS |
|
|
937
|
+| Type | Required | Platform |
|
|
938
|
+| ------ | -------- | ------------- |
|
|
939
|
+| string | No | iOS and macOS |
|
940
|
940
|
|
941
|
941
|
---
|
942
|
942
|
|
|
@@ -984,9 +984,9 @@ If true, this will hide the keyboard accessory view (< > and Done).
|
984
|
984
|
|
985
|
985
|
If true, this will be able horizontal swipe gestures. The default value is `false`.
|
986
|
986
|
|
987
|
|
-| Type | Required | Platform |
|
988
|
|
-| ------- | -------- | -------- |
|
989
|
|
-| boolean | No | iOS |
|
|
987
|
+| Type | Required | Platform |
|
|
988
|
+| ------- | -------- | ----------------- |
|
|
989
|
+| boolean | No | iOS and macOS |
|
990
|
990
|
|
991
|
991
|
---
|
992
|
992
|
|
|
@@ -1061,9 +1061,9 @@ If the value of this property is true, the scroll view stops on multiples of the
|
1061
|
1061
|
|
1062
|
1062
|
A Boolean value that determines whether pressing on a link displays a preview of the destination for the link. In iOS this property is available on devices that support 3D Touch. In iOS 10 and later, the default value is true; before that, the default value is false.
|
1063
|
1063
|
|
1064
|
|
-| Type | Required | Platform |
|
1065
|
|
-| ------- | -------- | -------- |
|
1066
|
|
-| boolean | No | iOS |
|
|
1064
|
+| Type | Required | Platform |
|
|
1065
|
+| ------- | -------- | ----------------- |
|
|
1066
|
+| boolean | No | iOS and macOS |
|
1067
|
1067
|
|
1068
|
1068
|
---
|
1069
|
1069
|
|
|
@@ -1071,9 +1071,9 @@ A Boolean value that determines whether pressing on a link displays a preview of
|
1071
|
1071
|
|
1072
|
1072
|
Set `true` if shared cookies from `[NSHTTPCookieStorage sharedHTTPCookieStorage]` should used for every load request in the WebView. The default value is `false`. For more on cookies, read the [Guide](Guide.md#Managing-Cookies)
|
1073
|
1073
|
|
1074
|
|
-| Type | Required | Platform |
|
1075
|
|
-| ------- | -------- | -------- |
|
1076
|
|
-| boolean | No | iOS |
|
|
1074
|
+| Type | Required | Platform |
|
|
1075
|
+| ------- | -------- | ----------------- |
|
|
1076
|
+| boolean | No | iOS and macOS |
|
1077
|
1077
|
|
1078
|
1078
|
---
|
1079
|
1079
|
|