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.
onLoadStart function Invoked on load start
onLoadEnd function Invoked when load either succeeds or fails
onNavigationStateChange function
injectedJavaScript string Sets the JS to be injected when the webpage loads.
mediaPlaybackRequiresUserAction bool Determines whether HTML5 audio & videos require the user to tap before they can start playing. The default value is false.
onLoad function Invoked when load finish
onError function Invoked when load fails
androidjavaScriptEnabled bool Used on Android only, JS is enabled by default for WebView on iOS
goBack() Go back one page in the webview's history.
Page 2 of 64