Possible Duplicate:
Horizontally scrollable image on Android + PhoneGap + jQuery Mobile
how to provide scroll effect to phonegap projects on android/iphone.
i’ve tried using Jquery,iscroll4 and also jquery package for iscroll but all these have some problems. is there any other better alternative for providing native scroll effect on touch devices Android and Iphone.??
iScroll4 is as close as you can get to native scrolling with phonegap, IMHO. If performance is poor, consider simplifying your list item layouts down to a level where scrolling performance is acceptable, or if possible, find a way that makes sense to the end user to limit the data set used for each list. If iScroll4’s performance still isn’t good enough for your app, your probably need to consider developing native apps for each platform.