I am testing a mobile web application built in jQuery Mobile 1.1.0. I am testing the website application using my Galaxy Nexus running on android 4.0. There is a nasty flicker on the CSS swipe transition and i have looked around for fixes and found this:
.ui-page {
-webkit-backface-visibility: hidden;
}
However, when i use this fix, the index page which has a listview does not display. Please help me. What could be the problem?