Packagecom.tuarua.webview
Classpublic class AndroidSettings
InheritanceAndroidSettings Inheritance Object



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
AndroidSettings
Property Detail
allowContentAccessproperty
public var allowContentAccess:Boolean = true

Enables or disables content URL access within WebView.

allowFileAccessproperty 
public var allowFileAccess:Boolean = true

Enables or disables file access within WebView.

allowFileAccessFromFileURLsproperty 
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.

allowUniversalAccessFromFileURLsproperty 
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.

blockNetworkImageproperty 
public var blockNetworkImage:Boolean = false

A Boolean value indicating whether the WebView should not load image resources from the network.

builtInZoomControlsproperty 
public var builtInZoomControls:Boolean = true

Sets whether the WebView should use its built-in zoom mechanisms.

databaseEnabledproperty 
public var databaseEnabled:Boolean = true

Sets whether the database storage API is enabled.

displayZoomControlsproperty 
public var displayZoomControls:Boolean = false

Sets whether the WebView should display on-screen zoom controls when using the built-in zoom mechanisms.

domStorageEnabledproperty 
public var domStorageEnabled:Boolean = true

Sets whether the DOM storage API is enabled.

geolocationEnabledproperty 
public var geolocationEnabled:Boolean = false

Sets whether Geolocation is enabled.

javaScriptCanOpenWindowsAutomaticallyproperty 
public var javaScriptCanOpenWindowsAutomatically:Boolean = true

A Boolean value indicating whether JavaScript can open windows without user interaction.

javaScriptEnabledproperty 
public var javaScriptEnabled:Boolean = true

A Boolean value indicating whether JavaScript is enabled.

mediaPlaybackRequiresUserGestureproperty 
public var mediaPlaybackRequiresUserGesture:Boolean = true

Sets whether the WebView requires a user gesture to play media.

Constructor Detail
AndroidSettings()Constructor
public function AndroidSettings()