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

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

Introduction

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

Usage

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

/**
 * This class is the WebViewClient that implements callbacks for our web view.
 * The kind of callbacks that happen here are regarding the rendering of the
 * document instead of the chrome surrounding it, such as onPageStarted(), 
 * shouldOverrideUrlLoading(), etc. Related to but different than
 * CordovaChromeClient.