Package | com.myflashlab.air.extensions.richWebView.ios |
Class | public class Ios |
Inheritance | Ios Object |
RichWebView.ios
.
Property | Defined By | ||
---|---|---|---|
cookieManager : Cookies [read-only]
Returns a reference to the global Cookies class in iOS. | Ios | ||
embeddedBrowser : EmbeddedBrowser [read-only]
Returns a reference to the SafariViewController in iOS. | Ios |
Method | Defined By | ||
---|---|---|---|
getInstance($x:int = 0, $y:int = 0, $width:int = 200, $height:int = 200):WebView
Returns a new instance of WebView window. | Ios |
cookieManager | property |
cookieManager:Cookies
[read-only] Returns a reference to the global Cookies class in iOS.
public function get cookieManager():Cookies
embeddedBrowser | property |
embeddedBrowser:EmbeddedBrowser
[read-only] Returns a reference to the SafariViewController in iOS.
public function get embeddedBrowser():EmbeddedBrowser
getInstance | () | method |
public function getInstance($x:int = 0, $y:int = 0, $width:int = 200, $height:int = 200):WebView
Returns a new instance of WebView window. This window will be visible after you call the addView
method of the returned instance.
Notice that every new instance of wkwebview has its own set of configuration which must be set before adding it
to the view using the addView
method.
Parameters
$x:int (default = 0 )
| |
$y:int (default = 0 )
| |
$width:int (default = 200 )
| |
$height:int (default = 200 )
|
WebView — |