views:

357

answers:

1

Im looking for (if possible) javascript libraries/plugins to provide swipe events.

However I am not after the simple detection of a swipe, for example what jqTouch provides. I wish to create behavior similar to that of the images viewer on the iPod devices. So for example you drag left or right to go to the next image. You have to drag the image over 50% of the way and let go and it will snap to the next image. If you do not drag 50% of the image, it just snaps back to the original.

Any advice appreciated. Thanks.

A: 

I think you might be looking for something like the Carousel component in Sencha Touch (view on iPad/iPhone or Chrome/Safari). This has the behavior you want built it. [I work for Sencha]

Michael Mullany
Thats just brilliant! Thanks. Are t here any APIs for this component? How do I make it not set the scale and scroll on the iPhone?
pondpad
Yes it's part of an SDK - so you should look at dev.sencha.com/deploy/touch/docs for the API
Michael Mullany