I have developed an application using jquery mobile 1.1.0. It works in Android and iOS environments. But I was not the same lucky when I tried to deploy the same application in Windows phone 8...The user interface is not shown...Is there any kind of incompatibility between windows phone 8 and jquery mobile?
相关问题
- How to access the camera from my Windows Phone 8 a
- Jquery mobile dual range slider reload with new ra
- How to append a file, asynchronously in Windows Ph
- jquery-mobile still “No Back Button” (Beta 2)
- How to use font awesome icons in jQuery mobile but
相关文章
- Checking & Unchecking Checkboxes inside a JQuery M
- jQuery ajax call returns empty error if the conten
- Unknown realm [myRealm]. null returned for key: is
- LongListSelector on WP8 linq-to-sql binding issue
- How to free image cache/memory in Windows Phone 8?
- google map not full screen after upgrade to jquery
- How To Calling a Stored Procedure in Worklight
- WP8 HttpClient.PostAsync never returns result
Have a look at the sample project for multi-pages application as provided by IBM Worklight: http://public.dhe.ibm.com/software/mobile-solutions/worklight/docs/v610/BuildingMultiPageApplicationProject.zip
The project contains special handling for Windows Phone 8, as it treats file location differently than other environments (such as Android and iOS).