diff --git a/docs/webview.html b/docs/webview.html index 2758c33affd..a20c80f31b1 100644 --- a/docs/webview.html +++ b/docs/webview.html @@ -1,5 +1,6 @@
Renders a native WebView.
Note that WebView is only supported on iOS for now, -see https://facebook.github.io/react-native/docs/known-issues.html
Sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Used for iOS only, sets whether the webpage scales to fit the view and the +see https://facebook.github.io/react-native/docs/known-issues.html
Sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Allows custom handling of any webview requests by a JS handler. Return true +or false from this method to continue loading the request.
Used for iOS only, sets whether the webpage scales to fit the view and the user can change the scale