Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jQuery-mobile transitions judder on Android

Even in the emulator (Android 2.2) a page transition runs like this:

  • touch
  • some delay...
  • slide to new page
  • new page full visible, but hides instantly
  • showing old page again
  • some short delay...
  • finally the new page

It is a big flickering and looks very broken.

Is that normal? What can I do about it?

like image 743
PiTheNumber Avatar asked Jan 25 '12 14:01

PiTheNumber


1 Answers

It's normal. In fact this blog post about what to expect in jQuery Mobile 1.1 directly references that poor performance of transitions on Android. Looks like you will be stuck with it until the next release. I've seen the issue you talk about as well.

like image 148
Simon MacDonald Avatar answered Sep 28 '22 14:09

Simon MacDonald