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
Copy file name to clipboardExpand all lines: README.md
+11-3
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ _iOS only_
471
471
472
472
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
473
474
-
More info at <https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#contentMode>
474
+
More at <https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#contentMode>
As the user scrolls, scroll view stops on multiples of the its bounds when `true`, defaults to `false`.
705
705
706
+
#### `pullToRefreshEnabled: bool`
707
+
708
+
_iOS only_
709
+
710
+
Boolean value that determines whether a pull to refresh gesture is available in the `WebView`. The default value is `false`. If `true`, sets `bounces` automatically to `true`.
711
+
712
+
More at <https://github.com/react-native-webview/react-native-webview/blob/master/docs/Reference.md#pullToRefreshEnabled>
713
+
706
714
#### `renderError: string => React.element`
707
715
708
716
Specifies a function to be invoked when there is an error.
0 commit comments