[android-developers] Pixelation during webkit animation in web app

2011-11-17 Thread naugem
Hello, I'm having an issue that whenever there is a webkit animation (i.e. translate3d) running in a web page in an Android device (2.2 or 2.3), all of the images in the page look pixelated. I've read that the reason for this is that the device goes into low-quality display mode the moment it

[android-developers] Swipe in Android 2.2 browser blocks/freezes web app

2011-11-17 Thread naugem
Hello, I have a simple web app that consists of a circle moving around. When I do a swipe, the app freezes and the circle stops moving, and I have to do another swipe/tap to set it in motion again. This only happens in Andoid 2.2 devices (2.3 works OK). Does anyone know why this happens? How can