Package | com.myflashlab.air.extensions.richWebView |
Class | public class RichWebView |
Inheritance | RichWebView Object |
RichWebView ANE gives you access to the native webview APIs in Android and iOS. Everything that a Native programmer can do with the native webview, you can also do in your AdobeAIR projects.
The wkwebview in iOS and the Webview in Android are initialized and configured VERY differently. Like older versions of this ANE we could write some proxy classes to make them look like each other for an AIR programmer. But we decided not to do that to make sure you will have full access to the native API changes.
Property | Defined By | ||
---|---|---|---|
android : Android [static] [read-only]
Entry point to the Android API of the ANE. | RichWebView | ||
ios : Ios [static] [read-only]
Entry point to the iOS API of the ANE. | RichWebView |
Method | Defined By | ||
---|---|---|---|
init($stage:Stage):void [static]
This must be the first method you should call to initialize the ANE in your project. | RichWebView |
Constant | Defined By | ||
---|---|---|---|
EXTENSION_ID : String = com.myflashlab.air.extensions.richWebView [static] | RichWebView | ||
VERSION : String = 9.0.2 [static] | RichWebView |
android | property |
android:Android
[read-only] Entry point to the Android API of the ANE.
public static function get android():Android
ios | property |
ios:Ios
[read-only] Entry point to the iOS API of the ANE.
public static function get ios():Ios
init | () | method |
public static function init($stage:Stage):void
This must be the first method you should call to initialize the ANE in your project.
Parameters
$stage:Stage — a reference to your AIR flash.display.Stage .
|
EXTENSION_ID | Constant |
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.richWebView
VERSION | Constant |
public static const VERSION:String = 9.0.2