use of org.apache.cordova.CordovaChromeClient in project cordova-android-chromeview by thedracle.
the class whitelist method onCreate.
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
super.init(new CordovaWebView(this), new TestViewClient(this), new CordovaChromeClient(this));
super.loadUrl("file:///android_asset/www/whitelist/index.html");
}
Aggregations