Common WebSetting Methods
SetAllowFileAccess |
Enable or disable WebView to access file data |
SetBlockNetworkImage |
Whether to display network images |
SetBuiltInZoomControls |
Set whether scaling is supported |
SetCacheMode |
Set the buffer Mode |
SetDefaultFontSize |
Set the default font size
|
SetDefaultTextEncodingName |
Sets the default encoding used during decoding.
|
SetFixedFontFamily |
Set fixed font
|
SetJavaScriptEnabled |
Set whether Javascript is supported
|
SetLayoutAlgorithm |
Set Layout mode
|
SetLightTouchEnabled |
Set the mouse activation Option
|
SetSupportZoom |
Set whether Zoom is supported |
Common WebViewClient Methods
DoUpdateVisitedHistory |
Update history |
OnFormResubmission |
The application re-Requests webpage data |
OnLoadResource |
Load resources provided by the specified address |
OnPageFinished |
Webpage loaded |
OnPageStarted |
Webpage loading started |
OnReceivedError |
Report error information |
OnScaleChanged |
WebView changed |
ShouldOverrideUrlLoading |
Control the opening of new connections in the current WebView
|