Used on Android only, controls whether DOM Storage is enabled or not
Type
Required
Platform
bool
No
Android
javaScriptEnabledAndroid
Used on Android only, JS is enabled by default for WebView on iOS
Type
Required
Platform
bool
No
Android
allowsInlineMediaPlayback
Determines whether HTML5 videos play inline or use the native full-screen controller. default value falseNOTE : "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."
Type
Required
Platform
bool
No
iOS
bounces
Type
Required
Platform
bool
No
iOS
onShouldStartLoadWithRequest
Allows custom handling of any webview requests by a JS handler. Return true or false from this method to continue loading the request.
Type
Required
Platform
function
No
iOS
scalesPageToFit
Sets whether the webpage scales to fit the view and the user can change the scale.
Type
Required
Platform
bool
No
iOS
scrollEnabled
Type
Required
Platform
bool
No
iOS
Methods
goForward()
goForward();
goBack()
goBack();
reload()
reload();
updateNavigationState()
updateNavigationState((event: Event));
We return an event with a bunch of fields including: url, title, loading, canGoBack, canGoForward