implement a coverflow UI in an Android web application

Posted by ravidor on Stack Overflow See other posts from Stack Overflow or by ravidor
Published on 2011-01-11T23:44:03Z Indexed on 2011/01/16 1:53 UTC
Read the original article Hit count: 475

Filed under:
|
|
|
|

I am trying to build a coverflow UI on an Android web application using HTML,CSS, JavaScript and some images.

CSS 3D transforms, which are supported in Safari sine 2009 and on the iPhone since version 2.0, is not supported well on the Android. worse then that, the implementation is buggy on Android 2.1 and Android 2.2, and in each version in a different way.

Any idea how can I build a coverflow UI on an Android web application using HTML,CSS, JavaScript and some images without CSS 3D transforms?

© Stack Overflow or respective owner

Related posts about android

Related posts about css