How I remove that flickering from transition ?
How I remove that flickering from transition.
I try
$.mobile.defaultPageTransition = 'none';
$.mobile.defaultDialogTransition = 'none';
but is not working. Where I'm wrong ? I create a JavaScript file like here http://blog.tiggzi.com/2012/07/elimin... but....