My phonegap/jquery mobile application flickers most of the time when I navigate between the pages. Is this normal or is there a solution for this?
|
feedback
|
This worked for me on phonegap / jquery mobile / Android phone. | |||||||||||||
feedback
|
|
There are news (2012-01-10) about the flickering on Android, see http://jquerymobile.com/blog/2012/01/10/upcoming-releases-1-0-1-1-1-and-beyond/ Quote: exclude poorly performing platforms like Android 2.x from the more complex slide, pop and and flip transitions so these will fall back to the default fade for all transitions to ensure a smooth experience. The CSS solution from this thread didn't work for me (Android 2.x). I disabled the transistion with
Another (the better) way would be to set the default transactions for jQuery Mobile:
iPhone performs the transitions hardware-accelerated, while the other platforms perform it per software. This explains why only iPhone performs smooth transitions. | ||||
|
feedback
|
|
Is your app for iPhone or Android? I've seen this posted in a few spots as a possible CSS fix for the flickering:
| |||||||||
feedback
|
|
This is a known issue that the team refers to as "blinking". They've said publicly that they will be tackling this soon and have already assigned someone to it. Here's a recent blog post that mentions it: http://jquerymobile.com/blog/2011/05/06/jquery-mobile-team-update-week-of-may-2/ | |||
|
feedback
|
|
FIY: I used the CSS fix last week and while moving on I encountered another problem. My app has a contact page - pretty straight forward by following the description provided here ( http://jquerymobile.com/demos/1.0a4.1/docs/forms/#forms-text.html ). However as soon as focussing a text input field the page is "jumping" (read scroling) up and down. Sometimes it also jumps when typing in text. It is kinda hard to describe cause the behavior is quite random but there is a discussion about it. The idea to deactivate the flickering fix comes from there as well. https://github.com/jquery/jquery-mobile/issues/2683#commits-ref-d195354 Still struggling to find a "proper" solution but in case you have no keyboard input I guess it will work fine! | |||
|
feedback
|
|
I got rid of the flicker on iOS! With static header and footer. I have my css as below and no data-position="fixed" on the header and footer.
| |||
|
feedback
|