I've build a carousel that will let users flick/scroll trough dates using the slick library. I've got some minor issues with the library, and a major one.
You can see the carousel here: http://radiant-meadow-8480.herokuapp.com/
user=test,
pw=test
I'll list the issues in the hopes that you can help me fix them, but if not, it might help you recommend me another library.
Events only fire when you release you're click(mouse up). I would like to slide my finger/mouse back and forth, and see the data on the screen change.
You can't sling your finger/mouse to one side and scroll through a bunch of slides. You'll only slide though a few slides.
The biggest issue is the fact that the slide your currently looking at will change, if you add slides in front of it. To get past this you have to destroy the slick object, and reinitialize it. This makes it way less smooth, and close to unusable on my old iPhone 3g.
I don't have any easily sharable code, but I hope the demo on the page, plus my issues listed can help you recommend a better suited library, or a fix to my current implementation.
I've also looked at iScroll, but the infinity scroll gave me nothing but problems, and the documentation seemed a bid lacking. It's also my understanding that the author is working on an updated version, and haven't updated the current release for over 6 months.