Not sure if this has been answered yet; but, I've tried so many "quick fixes" to no success. Currently, every time there's a page transition, the styling of my navbar gets unstyled and the screen jitters. Here is my index file, http://cl.ly/N4pb. And here's my custom css file, http://cl.ly/N4cX.
The text also looks blurry during the transition as well.
I also turned "off" the transition, but you still get the unstyled navbar as well as the blurry text momentarily.
http://jsfiddle.net/SUa3p/, you won't notice the $.mobile.defaultPageTransition = 'none';
if it is enabled on a desktop. It will seem like its working; but, when testing on the iPad, enabling it does nothing to fixe the styling and jitter issue, it just remove the transition as what it is for.
Thanks, any help will be appreciated!