Packagecom.myflashlab.air.extensions.richWebView
Classpublic class RichWebView
InheritanceRichWebView Inheritance 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.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
init($stage:Stage):void
[static] This must be the first method you should call to initialize the ANE in your project.
RichWebView
Public Constants
 ConstantDefined By
  EXTENSION_ID : String = com.myflashlab.air.extensions.richWebView
[static]
RichWebView
  VERSION : String = 9.0.2
[static]
RichWebView
Property Detail
androidproperty
android:Android  [read-only]

Entry point to the Android API of the ANE.


Implementation
    public static function get android():Android
iosproperty 
ios:Ios  [read-only]

Entry point to the iOS API of the ANE.


Implementation
    public static function get ios():Ios
Method Detail
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.

Constant Detail
EXTENSION_IDConstant
public static const EXTENSION_ID:String = com.myflashlab.air.extensions.richWebView

VERSIONConstant 
public static const VERSION:String = 9.0.2