diff --git a/releases/next/docs/webview.html b/releases/next/docs/webview.html index 06556c8f04e..7fc877f874b 100644 --- a/releases/next/docs/webview.html +++ b/releases/next/docs/webview.html @@ -25,7 +25,8 @@ as JavaScript is enabled by default on iOS. The default value is truefalse.

NOTE : In order for video to play inline, not only does this property need to be set to true, but the video element in the HTML document must also include the webkit-playsinline attribute.

iosbounces bool #

Boolean value that determines whether the web view bounces -when it reaches the edge of the content. The default value is true.

iosdecelerationRate ScrollView.propTypes.decelerationRate #

A floating-point number that determines how quickly the scroll view +when it reaches the edge of the content. The default value is true.

iosdataDetectorTypes DataDetectorTypes, [object Object] #

Determines the types of data converted to clickable URLs in the web view’s content. +By default only phone numbers are detected.

You can provide one type or an array of many types.

Possible values for dataDetectorTypes are:

iosdecelerationRate ScrollView.propTypes.decelerationRate #

A floating-point number that determines how quickly the scroll view decelerates after the user lifts their finger. You may also use the string shortcuts "normal" and "fast" which match the underlying iOS settings for UIScrollViewDecelerationRateNormal and