| Property | Defined 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 | ||
| Method | Defined By | ||
|---|---|---|---|
| WebkitSettings | |||
| allowsAirPlayForMediaPlayback | property |
public var allowsAirPlayForMediaPlayback:Boolean = trueA Boolean value indicating whether AirPlay is allowed.
| allowsInlineMediaPlayback | property |
public var allowsInlineMediaPlayback:Boolean = falseA Boolean value indicating whether HTML5 videos play inline or use the native full-screen controller.
| allowsPictureInPictureMediaPlayback | property |
public var allowsPictureInPictureMediaPlayback:Boolean = trueA Boolean value indicating whether HTML5 videos can play picture-in-picture.
| bounces | property |
public var bounces:Boolean = trueA Boolean value indicating whether the webview bounces past edge of content and back again.
| custom | property |
public var custom:Vector.<Object>Add custom preferences via preferences.setValue. This can be used to set private APIs. Use at own risk.
| ignoresViewportScaleLimits | property |
public var ignoresViewportScaleLimits:Boolean = falseA Boolean value that determines whether a WKWebView object should always allow scaling of the webpage.
| javaEnabled | property |
public var javaEnabled:Boolean = falseA Boolean value indicating whether Java is enabled. OSX only.
| javaScriptCanOpenWindowsAutomatically | property |
public var javaScriptCanOpenWindowsAutomatically:Boolean = trueA Boolean value indicating whether JavaScript can open windows without user interaction.
| javaScriptEnabled | property |
public var javaScriptEnabled:Boolean = trueA Boolean value indicating whether JavaScript is enabled.
| limitsNavigationsToAppBoundDomains | property |
public var limitsNavigationsToAppBoundDomains:Boolean = true| minimumFontSize | property |
public var minimumFontSize:int = 0The minimum font size in points.
| plugInsEnabled | property |
public var plugInsEnabled:Boolean = trueA Boolean value indicating whether plug-ins are enabled. OSX only.
| useZoomGestures | property |
public var useZoomGestures:Boolean = trueA Boolean value indicating whether the webview responds to pinch zoom gestures.
| WebkitSettings | () | Constructor |
public function WebkitSettings()