You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Controls the type of content to load. Available on iOS 13 and later. Defaults to `recommended`, which loads mobile content on iPhone & iPad Mini but desktop content on larger iPads.
473
+
474
+
More info at <https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#contentMode>
Specifies types of data to be converted to clickable URLs in content of the WebView, defaults to `[|DataDetectorTypes.phoneNumber|]`. Refer to [`DataDetectorTypes.t`](#datadetectortypest) for all valid values.
@@ -624,7 +632,7 @@ _iOS only_
624
632
625
633
Specifies function to be invoked when the `WebView` is about to download a file.
0 commit comments