Best Javascript library for scrolling/swiping (iPhone/iPad)
I am currently developing a web app targeting primarily iOS devices (but possibly Android devices later)开发者_StackOverflow社区. I am looking for the best solution to allow the user to scroll a div of my web app in a iOS fashion way (elastic/bounce effect), + the possibility to swipe the page left/right in a caroussel fashion.
I have tried a few libraries and found nothing that I really like. I currently use touchscroll for the scrolling, and skinskers touchSwipe for the swiping but both seem to conflict and I would like a all in one solution.
Any help from people having experienced the problem would be much appreciated.
Thank you!
I'm partial to Sencha Touch - http://www.sencha.com/products/touch/. Their Kitchen Sink demo is a great sampling of the functionality of the library.
Have you tried iScroll, Scrollability, our played around with the native -webkit-overflow-scrolling:touch and overflow:scroll features for iOS5? I think all of these options are superior to TouchScroll.
精彩评论