Example usage for org.apache.cordova CordovaWebView interface-usage

List of usage examples for org.apache.cordova CordovaWebView interface-usage

Introduction

In this page you can find the example usage for org.apache.cordova CordovaWebView interface-usage.

Usage

From source file org.crosswalk.engine.XWalkCordovaWebView.java

public class XWalkCordovaWebView implements CordovaWebView {

    public static final String TAG = "XWalkCordovaWebView";
    public static final String CORDOVA_VERSION = "3.3.0";

    HashSet<Integer> boundKeyCodes = new HashSet<Integer>();

From source file org.crosswalk.engine.XWalkCordovaWebViewImpl.java

/**
 * Main class for interacting with a Cordova webview. Manages plugins, events, and a CordovaWebViewEngine.
 * Class uses two-phase initialization. You must call init() before calling any other methods.
 */
public class XWalkCordovaWebViewImpl implements CordovaWebView {