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

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

Introduction

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

Usage

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

/**
 * This class is the WebChromeClient that implements callbacks for our web view.
 * The kind of callbacks that happen here are on the chrome outside the document,
 * such as onCreateWindow(), onConsoleMessage(), onProgressChanged(), etc. Related
 * to but different than CordovaWebViewClient.
 *