Peter created CB-3956:
-------------------------
Summary: The CordovaTests test app works for Cordova 2.6.0 but not
for Cordova 2.7.0
Key: CB-3956
URL: https://issues.apache.org/jira/browse/CB-3956
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 2.7.0
Reporter: Peter
Assignee: Joe Bowser
The CordovaTest app does not work anymore.
(I previously described this on the PG Forum
https://groups.google.com/forum/?fromgroups#!topic/phonegap/R0hiJ3Nq9Uw)
Steps:
* import the cordova test project into ADT
* build the cordova-x.y.z.jar and put it in build path of project
(CordovaViewTestActivity)
* build project
* "Run As > Android Application"
* start the application (CordovaTests) on the device
* click some of the test buttons
When I do this using Cordova v2.6.0 environment the device info is displayed
and the test buttons are clickable.
When I do same steps using Cordova v2.7.0 environment the device info is all
empty and none of the buttons work. Clicking them results in:
{code}
06-20 02:33:36.159: E/Web Console(972): Uncaught TypeError: Object #<Object>
has no method 'exec' at file:///android_asset/www/index.html:30
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira