I am currently developing a web application that focuses primarily on iOS devices (but possibly on Android devices later). Iโm looking for the best solution that allows the user to scroll the div of my web application using the iOS method (elastic / rebound effect), + the ability to scroll left / right in the carousel style.
I tried several libraries and found nothing that I really like. I am currently using touchscroll to scroll and skinskers touchSwipe to scroll, but both seem to conflict, and I would like everything in one solution.
Any help from people experiencing this problem would be greatly appreciated.
Thanks!
source share