Alan Kinzie created CB-7320:
-------------------------------
Summary: ErrorUrl in config.xml no longer has any effect
Key: CB-7320
URL: https://issues.apache.org/jira/browse/CB-7320
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 3.5.0
Reporter: Alan Kinzie
On Android, as of Cordova 3.5, setting the ErrorUrl in the config.xml has no
effect. It appears that with Cordova 3.5, the way the errorUrl is stored was
changed (see
https://github.com/apache/cordova-android/commit/2ab81bc5aeb575fef3657cf48a671607e81ca37d).
In CordovaActivity.java, in the onReceivedError function it still tries to
get the errorUrl the old way (see line 718 vs line 917 in CordovaActivity.java:
https://github.com/apache/cordova-android/blob/3.5.x/framework/src/org/apache/cordova/CordovaActivity.java).
--
This message was sent by Atlassian JIRA
(v6.2#6252)