iosonShouldStartLoadWithRequest function Allows custom handling of any webview requests by a JS handler. Return true or false from this method to continue loading the request.
onNavigationStateChange function
onLoadStart function Invoked on load start
onLoadEnd function Invoked when load either succeeds or fails
onLoad function Invoked when load finish
onError function Invoked when load fails
mediaPlaybackRequiresUserAction bool Determines whether HTML5 audio & videos require the user to tap before they can start playing. The default value is false.
androidjavaScriptEnabled bool Used on Android only, JS is enabled by default for WebView on iOS
injectedJavaScript string Sets the JS to be injected when the webpage loads.
html string Deprecated Use the source prop instead.
Page 2 of 64