Speed up dialog/page transitions in jQuery Mobile on iPhone?

Posted by Crashalot on Stack Overflow See other posts from Stack Overflow or by Crashalot
Published on 2012-04-04T22:07:30Z Indexed on 2012/04/04 23:29 UTC
Read the original article Hit count: 334

Filed under:
|
|
|
|

There are other SO questions on speeding up jQuery Mobile for Android, but does anyone know how to accelerate page transitions on iPhones, specifically dialog transitions?

We're on JQM 1.0. JQM 1.1 is supposed to speed up page transitions (though we haven't seen any demos yet), but we're wondering if anyone has done anything for JQM 1.0.

Right now, there is a two second delay, which is too much to show a dialog. We resort to one of two options. Using no animation for the page transition, which provides instant feedback, or rolling our own by binding to "touchstart" and animating the dialog, which is really just a big DIV inside the current page.

Neither is ideal.

Suggestions?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about iphone