Hey there, porting a big project over from Android/iOS into Window Phone - so I'd like to thank the jQM team first of all for making this possible.
Unfortunately, windows phone 8 has an issue which I can't seem to figure out.
Ajax navigation does not seem to work
Here are what my logs say
Error:"Object doesn't support property or method 'live' file:x-wmapp0://www/index.html Line:12"
The thread 0xd90 has exited with code 259 (0x103).
And here is the basic HTML
<a href="settings.html" data-transition="slide" data-role="button" data-icon="back">Settings</a>
It works fine on Android/iOS but WP seems to be a different ball game
Thank you very much and appreciate the very hard work! Keep it up