Page 1 of 1

How I remove that flickering from transition ?

Posted: Mon Aug 13, 2012 6:38 pm
by Florin Dumitru

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....


How I remove that flickering from transition ?

Posted: Mon Aug 13, 2012 7:09 pm
by maxkatz

Did you run it as a mobile web or Android app? What Android version?


How I remove that flickering from transition ?

Posted: Tue Aug 14, 2012 9:20 am
by Florin Dumitru

Android 4.1.1, Nexus S


How I remove that flickering from transition ?

Posted: Wed Aug 15, 2012 7:57 pm
by maxkatz

We tested on Android 4.1.1 first without and then with these lines:

code
$.mobile.defaultPageTransition = 'none';
$.mobile.defaultDialogTransition = 'none';
/code

Once we added these lines the flickering was gone.

How/where did you add these lines of code?

Can you share the app link (make it public) so we can try it?