Packagecom.myflashlab.air.extensions.richWebView.ios
Classpublic class EmbeddedBrowser
InheritanceEmbeddedBrowser Inheritance flash.events.EventDispatcher

Entry point for using the iOS SFSafariViewController API. Access it via RichWebView.ios.embeddedBrowser



Public Methods
 MethodDefined By
  
open($url:String, $settings:EmbeddedBrowserSettings = null):void
Opens the SFSafariViewController window with the given URL address.
EmbeddedBrowser
Public Constants
 ConstantDefined By
  CLOSED : int = 5
[static]
EmbeddedBrowser
  NAVIGATION_FINISHED : int = 2
[static]
EmbeddedBrowser
Method Detail
open()method
public function open($url:String, $settings:EmbeddedBrowserSettings = null):void

Opens the SFSafariViewController window with the given URL address.

Parameters

$url:String
 
$settings:EmbeddedBrowserSettings (default = null) — if null, default configuration will be used.

Constant Detail
CLOSEDConstant
public static const CLOSED:int = 5

NAVIGATION_FINISHEDConstant 
public static const NAVIGATION_FINISHED:int = 2