List of usage examples for android.webkit WebChromeClient subclass-usage
From source file com.zhongsou.souyue.ui.webview.CustomWebChromeClient.java
/** * Convenient extension of WebViewClient. */ public class CustomWebChromeClient extends WebChromeClient { private static final int REQ_CAMERA = 1; private static final int REQ_CHOOSE = REQ_CAMERA + 1;
From source file org.apache.cordova.CordovaChromeClient.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.
*
From source file org.apache.cordova.AndroidChromeClient.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.
*
From source file org.skt.runtime.RuntimeChromeClient.java
/** * This class is the WebChromeClient that implements callbacks for our web view. */ public class RuntimeChromeClient extends WebChromeClient { private String TAG = "SKTLog";