-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Duplicate
-
Affects Version/s: 2.8.0, 2.9.0, 3.0.0
-
Fix Version/s: None
-
Component/s: cordova-wp7 (DEFUNCT), cordova-wp8 (DEPRECATED)
-
Labels:None
-
Environment:
Visual Studio 2012, Windows 8 machine, Phonegap 2.8.0, Jquery Mobile 1.3.1 and Jquery 1.9.1
I have been using Phonegap 2.8.0, Jquery Mobile 1.3.1 and Jquery 1.9.1 to build crossplatform applications that target Android, iOS, Windows Phone7,8 and Blackberry Platforms.
On the Windows Phone 7 and 8, the first page (index.html) of the application loads successfully but the on button click the 2nd HTML page doesn't load. I get an error that says "Error Loading page". This issue is only on the Windows Phone 7 and 8.
Also, there is a JSON file maintained that is used to populate all the labels in the HTML pages. I get these labels using Ajax. Fetching these values from this file using Ajax is not working.
Is there a way to get AJAX working on Windows phone 7 and 8 ???