diff --git a/releases/next/docs/webview.html b/releases/next/docs/webview.html index 941a61a6f67..17062b9ecb2 100644 --- a/releases/next/docs/webview.html +++ b/releases/next/docs/webview.html @@ -1,5 +1,6 @@
WebView # | Edit on GitHub |
Renders a native WebView.
DeprecatedUse the source prop instead.
Sets the JS to be injected when the webpage loads.
Determines whether HTML5 audio & videos require the user to tap before they can
-start playing. The default value is false.
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
+start playing. The default value is false.
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
Sets the user-agent for this WebView. The user-agent can also be set in native using +WebViewConfig. This prop will overwrite that config.
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