diff --git a/releases/next/docs/webview.html b/releases/next/docs/webview.html index 8a6536e3835..27f6fcf1a55 100644 --- a/releases/next/docs/webview.html +++ b/releases/next/docs/webview.html @@ -1,4 +1,4 @@ -
WebView # | Edit on GitHub |
Renders a native WebView.
DeprecatedUse the source prop instead.
Sets the JS to be injected when the webpage loads.
Invoked when load fails
Invoked when load finish
Invoked when load either succeeds or fails
Invoked on load start
Function that returns a view to show if there's an error.
Function that returns a loading indicator.
Loads static html or a uri (with optional headers) in the WebView.
DeprecatedUse the source prop instead.
Used on Android only, controls whether DOM Storage is enabled or not
Used on Android only, JS is enabled by default for WebView on iOS
Determines whether HTML5 videos play inline or use the native full-screen +
WebView # | Edit on GitHub |
Renders a native WebView.
DeprecatedUse the source prop instead.
Sets the JS to be injected when the webpage loads.
Invoked when load fails
Invoked when load finish
Invoked when load either succeeds or fails
Invoked on load start
Function that returns a view to show if there's an error.
Function that returns a loading indicator.
Sets whether the webpage scales to fit the view and the user can change the scale.
Loads static html or a uri (with optional headers) in the WebView.
DeprecatedUse the source prop instead.
Used on Android only, controls whether DOM Storage is enabled or not
Used on Android only, JS is enabled by default for WebView on iOS
Determines whether HTML5 videos play inline or use the native full-screen
controller.
default value false
NOTE : "In order for video to play inline, not only does this
@@ -10,13 +10,14 @@ for UIScrollViewDecelerationRateNormal and
UIScrollViewDecelerationRateFast respectively.
- Normal: 0.998
- Fast: 0.9 (the default for iOS WebView)
Allows custom handling of any webview requests by a JS handler. Return true -or false from this method to continue loading the request.
Sets whether the webpage scales to fit the view and the user can change the scale.
Examples # | Edit on GitHub |
Examples # | Edit on GitHub |