I am currently using the jQuery Mobile List View with dividers for a contact list in my PhoneGap app. But I have found it to be very flaky with large number of items in the list. The two main issues I have found are
- Scrolling a long list doesn't work well. Need to integrate with iScroll.
- The iScroll integration often causes errors when a scroll will register as a click.
Is there a simple stand alone list view I can replace it with? I don't want to totally replace jQueryMobile at this stage.