I am developing a mobile app using phonegap and using JQM, jqm. That has a number of pages, each page has a listview, and the list content is dynamically loaded from a server, the list may has 30 items or more
When I test the app using android 4.3, I have a problem with the list, which is when I am in a page that has a list, and go to another one that has another list, its content is loaded perfectly but, when I scroll down fast, I can see remains of the previous page list fading out, this happen only when I do the scroll down the first time.
I tried to use a separate page for each page instead of single-page template, but the problem is still. I couldn't find any similar problem.