Packagecom.myflashlab.air.extensions.webView
Classpublic class IosSettings
InheritanceIosSettings Inheritance Object

Deprecated! use com.myflashlab.air.extensions.richWebView.RichWebView instead.

This class holds all the settings you would need for setting up the embedded browser feature on the iOS side

See also

com.myflashlab.air.extensions.webView.RichWebView.initEmbeddedBrowser()


Public Properties
 PropertyDefined By
  barColor : String
[write-only] The color to tint the background of the navigation bar and the toolbar.
IosSettings
  controlColor : String
[write-only] The color to tint the control buttons on the navigation bar and the toolbar.
IosSettings
Property Detail
barColorproperty
barColor:String  [write-only]

The color to tint the background of the navigation bar and the toolbar. This color preference is ignored in Private Browsing mode or displaying an antiphishing warning.

available on iOS 10+


Implementation
    public function set barColor(value:String):void
controlColorproperty 
controlColor:String  [write-only]

The color to tint the control buttons on the navigation bar and the toolbar. This color preference is ignored in Private Browsing mode or displaying an antiphishing warning.

available on iOS 10+


Implementation
    public function set controlColor(value:String):void