Florin Dumitru
Posts: 0
Joined: Tue Jul 17, 2012 5:28 pm

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How I remove that flickering from transition ?

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

Florin Dumitru
Posts: 0
Joined: Tue Jul 17, 2012 5:28 pm

How I remove that flickering from transition ?

Android 4.1.1, Nexus S

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How I remove that flickering from transition ?

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?

Return to “Issues”