Hi,
I made an app for Windows Phone 7 using JQ Mobile, and i'm having problems with changePage/loadPage.
I have several pages, each page in one html file.
Lets say that the first page in index.html has a "A" tag button with href linking to "MyPage2.html"
When I click it.. the "Error Loading Page" pops up.
When I see the output console, it says:
ScriptNotify :: XMLHttpRequest.open x-wmapp1:/app/www/MyPage2.html?_=1331020106529
The thread '<No Name>' (0xe0c03c2) has exited with code 0 (0x0).
ScriptNotify :: Wrapped XHR received Error from FileAPI :: [object Object]
Here a guy called "leads" says that it work well, when he put all the content in one html page..
but I need each data-role="page" in one html file!!
Is there any other way or solution to solve this??
p.s. I tried setting $.support.cors and $.mobile.allowCrossDomainPages to true
JQuery Version - 1.6.4 / 1.7.1
JQ Mobile Version - 1.0.1 / 1.1.0
IDE - Visual Studio 2010