jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.69k stars 2.41k forks source link

Page transitions are still "Blinky" on Android 2.2 & 2.3 #1124

Closed Kramerican closed 13 years ago

Kramerican commented 13 years ago

Try firing up the Android 2.2 or 2.3 emulator - or even a physical device running those versions if you have it - go to http://jquerymobile.com/demos/1.0a3/ and then (without doing any scrolling!) click back and forth a bit on the first few menu items.

What I typically see is reasonable rendering on the slide from the index page to a subpage - but then when I click the back button I get the index page sliding in with a flicker of the subpage thrown in for kicks* n' giggles.

This is NOT a dupe of https://github.com/jquery/jquery-mobile/issues#issue/455 as what I am talking about here is not scroll jumpyness - rather the issue is that the previous page contents blinks in and out of view on the Android. I hope that's clear enough.

The slide animation works just fine on Android 2.1 and iOS - It's just those two versions of Android where this can be seen.

toddparker commented 13 years ago

I've tweaked #455 to cover this issue more explicitly and am closing this as a duplicate so we have a single place to discuss transition performance: https://github.com/jquery/jquery-mobile/issues/#issue/455