Property | Defined By | ||
---|---|---|---|
allowContentAccess : Boolean = true
Enables or disables content URL access within WebView. | AndroidSettings | ||
allowFileAccess : Boolean = true
Enables or disables file access within WebView. | AndroidSettings | ||
allowFileAccessFromFileURLs : Boolean = true
Sets whether JavaScript running in the context of a file scheme URL should be allowed to access
content from other file scheme URLs. | AndroidSettings | ||
allowUniversalAccessFromFileURLs : Boolean = true
Sets whether JavaScript running in the context of a file scheme URL should be allowed to access
content from other file scheme URLs. | AndroidSettings | ||
blockNetworkImage : Boolean = false
A Boolean value indicating whether the WebView should not load image resources from the network. | AndroidSettings | ||
builtInZoomControls : Boolean = true
Sets whether the WebView should use its built-in zoom mechanisms. | AndroidSettings | ||
databaseEnabled : Boolean = true
Sets whether the database storage API is enabled. | AndroidSettings | ||
displayZoomControls : Boolean = false
Sets whether the WebView should display on-screen zoom controls when
using the built-in zoom mechanisms. | AndroidSettings | ||
domStorageEnabled : Boolean = true
Sets whether the DOM storage API is enabled. | AndroidSettings | ||
geolocationEnabled : Boolean = false
Sets whether Geolocation is enabled. | AndroidSettings | ||
javaScriptCanOpenWindowsAutomatically : Boolean = true
A Boolean value indicating whether JavaScript can open windows without user interaction. | AndroidSettings | ||
javaScriptEnabled : Boolean = true
A Boolean value indicating whether JavaScript is enabled. | AndroidSettings | ||
mediaPlaybackRequiresUserGesture : Boolean = true
Sets whether the WebView requires a user gesture to play media. | AndroidSettings |
Method | Defined By | ||
---|---|---|---|
AndroidSettings |
allowContentAccess | property |
public var allowContentAccess:Boolean = true
Enables or disables content URL access within WebView.
allowFileAccess | property |
public var allowFileAccess:Boolean = true
Enables or disables file access within WebView.
allowFileAccessFromFileURLs | property |
public var allowFileAccessFromFileURLs:Boolean = true
Sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from other file scheme URLs.
allowUniversalAccessFromFileURLs | property |
public var allowUniversalAccessFromFileURLs:Boolean = true
Sets whether JavaScript running in the context of a file scheme URL should be allowed to access content from other file scheme URLs.
blockNetworkImage | property |
public var blockNetworkImage:Boolean = false
A Boolean value indicating whether the WebView should not load image resources from the network.
builtInZoomControls | property |
public var builtInZoomControls:Boolean = true
Sets whether the WebView should use its built-in zoom mechanisms.
databaseEnabled | property |
public var databaseEnabled:Boolean = true
Sets whether the database storage API is enabled.
displayZoomControls | property |
public var displayZoomControls:Boolean = false
Sets whether the WebView should display on-screen zoom controls when using the built-in zoom mechanisms.
domStorageEnabled | property |
public var domStorageEnabled:Boolean = true
Sets whether the DOM storage API is enabled.
geolocationEnabled | property |
public var geolocationEnabled:Boolean = false
Sets whether Geolocation is enabled.
javaScriptCanOpenWindowsAutomatically | property |
public var javaScriptCanOpenWindowsAutomatically:Boolean = true
A Boolean value indicating whether JavaScript can open windows without user interaction.
javaScriptEnabled | property |
public var javaScriptEnabled:Boolean = true
A Boolean value indicating whether JavaScript is enabled.
mediaPlaybackRequiresUserGesture | property |
public var mediaPlaybackRequiresUserGesture:Boolean = true
Sets whether the WebView requires a user gesture to play media.
AndroidSettings | () | Constructor |
public function AndroidSettings()