Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class EmbeddedBrowserSettings
InheritanceEmbeddedBrowserSettings Inheritance Object

Optional configuration for the SFSafariViewController window.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
constructor to create a new instance of this class.
EmbeddedBrowserSettings
Property Detail
barColorproperty
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+


Implementation
    public function set barColor(value:String):void
controlColorproperty 
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+


Implementation
    public function set controlColor(value:String):void
entersReaderIfAvailableproperty 
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.


Implementation
    public function set entersReaderIfAvailable(value:Boolean):void
Constructor Detail
EmbeddedBrowserSettings()Constructor
public function EmbeddedBrowserSettings()

constructor to create a new instance of this class.