11-26-2012 05:20 AM
Hi All,
I am developing a webwork project. Where i have used the Jquery mobile.
It is working fine in OS 6 devices but when i run this app in OS 7(i.e 9900, 9860, 9930). The JQuery is not functioning.
i have apply page transition and used custom loader using jquery but jquery is not applying.
please help me.
if any one have any solution please reply asap.
11-26-2012 06:46 PM
to avoid transition issues with JQM use - data-transition="none" on every link in your app.
*this method is faster than any transition effect as well.
if you insist on using transitions then you will have to post your html5 code in order to find a solution
11-27-2012 01:43 AM
Hi usr501,
As I have early mention. The code is working fine in 6.0 OS devices but not in OS 7.0 & 7.1 devices.
I have used many methods from Jquery mobile but it's not working in OS 7.0 & 7.1 Simulator.
And I don't have to avoid the transition. I need to apply the transition in each page.
11-27-2012 12:57 PM
Hi there,
Can you please provide a small JSBin or JSFiddle sample that we can test with? Also, can you please confirm the jQuery and JQM versions you are using in your application?
I have seen JQM functioning properly on OS7+, so in order to help we'll need to see some source code as usr501 mentioned too.
Have you attached Web Inspector by chance to see if any erros are being thrown / verified all resources are being loaded?