I am using the new beta version (jqtouch-1.0-b4-rc), and with this I could not get these tricks to work on Android 2.2 or 2.3. In the end, I fixed it by including the following in my CSS base:
#jqt ul li { -webkit-transform: none; position: relative; } #jqt ul li a { -webkit-transform: none; }
Mark rhodes
source share