I have written custom webviewclient class to override onPageStarted, onPageFinished etc in cordova 3.7 which was working fine.
onPageStarted, onPageFinished etc
In following code is I ha
Cordova 4 removed the CordovaWebViewClient : look here
CordovaWebViewClient
You may use WebViewClient instead of CordovaWebViewClient (The cordova-plugin-inappbrowser plugin use that for override onPageStarted event).
WebViewClient
onPageStarted
public class CustomCordovaWebViewClient extends WebViewClient