Ningxin Hu created CB-6111:
------------------------------
Summary: One constructor of CordovaWebView forgets to call
initWebViewClient.
Key: CB-6111
URL: https://issues.apache.org/jira/browse/CB-6111
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: Master
Reporter: Ningxin Hu
https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordova/CordovaWebView.java#L180,
the constructor of CordovaWebView misses the call
"this.initWebViewClient(this.cordova);". Other constructors call this method.
It causes the WebViewClient is not initialized in this code path.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)