| Package | com.myflashlab.air.extensions.richWebView.ios |
| Class | public class EmbeddedBrowser |
| Inheritance | EmbeddedBrowser flash.events.EventDispatcher |
RichWebView.ios.embeddedBrowser
| Method | Defined By | ||
|---|---|---|---|
open($url:String, $settings:EmbeddedBrowserSettings = null):void
Opens the SFSafariViewController window with the given URL address. | EmbeddedBrowser | ||
| Constant | Defined By | ||
|---|---|---|---|
| CLOSED : int = 5 [static] | EmbeddedBrowser | ||
| NAVIGATION_FINISHED : int = 2 [static] | EmbeddedBrowser | ||
| open | () | method |
public function open($url:String, $settings:EmbeddedBrowserSettings = null):voidOpens the SFSafariViewController window with the given URL address.
Parameters
$url:String | |
$settings:EmbeddedBrowserSettings (default = null) — if null, default configuration will be used.
|
| CLOSED | Constant |
public static const CLOSED:int = 5| NAVIGATION_FINISHED | Constant |
public static const NAVIGATION_FINISHED:int = 2