| Package | com.myflashlab.air.extensions.webView |
| Class | public class IosSettings |
| Inheritance | IosSettings Object |
Deprecated! use com.myflashlab.air.extensions.richWebView.RichWebView instead.
See also
| Property | Defined 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 | ||
| barColor | property |
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+
public function set barColor(value:String):void| controlColor | property |
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+
public function set controlColor(value:String):void