Packagecom.tuarua.webview
Classpublic class WebkitSettings
InheritanceWebkitSettings Inheritance Object



Public Properties
 PropertyDefined By
  allowsAirPlayForMediaPlayback : Boolean = true
A Boolean value indicating whether AirPlay is allowed.
WebkitSettings
  allowsInlineMediaPlayback : Boolean = false
A Boolean value indicating whether HTML5 videos play inline or use the native full-screen controller.
WebkitSettings
  allowsPictureInPictureMediaPlayback : Boolean = true
A Boolean value indicating whether HTML5 videos can play picture-in-picture.
WebkitSettings
  bounces : Boolean = true
A Boolean value indicating whether the webview bounces past edge of content and back again.
WebkitSettings
  custom : Vector.<Object>
Add custom preferences via preferences.setValue.
WebkitSettings
  ignoresViewportScaleLimits : Boolean = false
A Boolean value that determines whether a WKWebView object should always allow scaling of the webpage.
WebkitSettings
  javaEnabled : Boolean = false
A Boolean value indicating whether Java is enabled.
WebkitSettings
  javaScriptCanOpenWindowsAutomatically : Boolean = true
A Boolean value indicating whether JavaScript can open windows without user interaction.
WebkitSettings
  javaScriptEnabled : Boolean = true
A Boolean value indicating whether JavaScript is enabled.
WebkitSettings
  limitsNavigationsToAppBoundDomains : Boolean = true
WebkitSettings
  minimumFontSize : int = 0
The minimum font size in points.
WebkitSettings
  plugInsEnabled : Boolean = true
A Boolean value indicating whether plug-ins are enabled.
WebkitSettings
  useZoomGestures : Boolean = true
A Boolean value indicating whether the webview responds to pinch zoom gestures.
WebkitSettings
Public Methods
 MethodDefined By
  
WebkitSettings
Property Detail
allowsAirPlayForMediaPlaybackproperty
public var allowsAirPlayForMediaPlayback:Boolean = true

A Boolean value indicating whether AirPlay is allowed.

allowsInlineMediaPlaybackproperty 
public var allowsInlineMediaPlayback:Boolean = false

A Boolean value indicating whether HTML5 videos play inline or use the native full-screen controller.

allowsPictureInPictureMediaPlaybackproperty 
public var allowsPictureInPictureMediaPlayback:Boolean = true

A Boolean value indicating whether HTML5 videos can play picture-in-picture.

bouncesproperty 
public var bounces:Boolean = true

A Boolean value indicating whether the webview bounces past edge of content and back again.

customproperty 
public var custom:Vector.<Object>

Add custom preferences via preferences.setValue. This can be used to set private APIs. Use at own risk.

ignoresViewportScaleLimitsproperty 
public var ignoresViewportScaleLimits:Boolean = false

A Boolean value that determines whether a WKWebView object should always allow scaling of the webpage.

javaEnabledproperty 
public var javaEnabled:Boolean = false

A Boolean value indicating whether Java is enabled. OSX only.

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.

limitsNavigationsToAppBoundDomainsproperty 
public var limitsNavigationsToAppBoundDomains:Boolean = true

minimumFontSizeproperty 
public var minimumFontSize:int = 0

The minimum font size in points.

plugInsEnabledproperty 
public var plugInsEnabled:Boolean = true

A Boolean value indicating whether plug-ins are enabled. OSX only.

useZoomGesturesproperty 
public var useZoomGestures:Boolean = true

A Boolean value indicating whether the webview responds to pinch zoom gestures.

Constructor Detail
WebkitSettings()Constructor
public function WebkitSettings()