Package | com.myflashlab.air.extensions.richWebView.ios |
Class | public class EmbeddedBrowserSettings |
Inheritance | EmbeddedBrowserSettings Object |
Property | Defined By | ||
---|---|---|---|
barColor : String [write-only]
The preferred color to tint the background of the navigation bar and toolbar. | EmbeddedBrowserSettings | ||
controlColor : String [write-only]
The preferred color to tint the control buttons on the navigation bar and toolbar. | EmbeddedBrowserSettings | ||
entersReaderIfAvailable : Boolean [write-only]
indicates if the Safari Reader version of content should be shown automatically when Safari Reader is available
on a web page. | EmbeddedBrowserSettings |
Method | Defined By | ||
---|---|---|---|
constructor to create a new instance of this class. | EmbeddedBrowserSettings |
barColor | property |
barColor:String
[write-only] The preferred color to tint the background of the navigation bar and toolbar. If SFSafariViewController is in Private Browsing mode or is displaying an anti-phishing warning page, this color will be ignored. Changes made after the view controller has been presented will not be reflected.
available on iOS 10+
public function set barColor(value:String):void
controlColor | property |
controlColor:String
[write-only] The preferred color to tint the control buttons on the navigation bar and toolbar. If SFSafariViewController is in Private Browsing mode or is displaying an anti-phishing warning page, this color will be ignored. Changes made after the view controller has been presented will not be reflected.
available on iOS 10+
public function set controlColor(value:String):void
entersReaderIfAvailable | property |
entersReaderIfAvailable:Boolean
[write-only] indicates if the Safari Reader version of content should be shown automatically when Safari Reader is available on a web page.
public function set entersReaderIfAvailable(value:Boolean):void
EmbeddedBrowserSettings | () | Constructor |
public function EmbeddedBrowserSettings()
constructor to create a new instance of this class.