Tuesday, March 13, 2012

Jquery Mobile - Slow with page transitions - Stack Overflow

Jquery Mobile - Slow with page transitions - Stack Overflow: "
2
down vote
I was facing the same problem. Disabling the fancy screen transitions fixed it for me.

To do this universally:

$.mobile.defaultPageTransition = 'none';
link|improve this answer"

'via Blog this'