WP7 phonegap-1.3.0.js missing values for connection state ---------------------------------------------------------
Key: CB-188 URL: https://issues.apache.org/jira/browse/CB-188 Project: Apache Callback Issue Type: Bug Components: WP7 Affects Versions: 1.3.0 Environment: All Windows Phones Reporter: Dan Ardelean Assignee: Jesse MacFadyen Priority: Minor On windows phone it is not possible to detect 2g, 3g, 4g connection so in the cs file they added a new state which is CELL. The problem is that this value is missing from the javascript file resulting in an unknown connection type when on cellular network. It is enough to add this value to the javascript file: Connection.CELL = "cellular"; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira