Skip to content Skip to sidebar Skip to footer

Iphone / Ipad / Ipod Swipe Events Javascript

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

Solution 1:

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 in. [I work for Sencha]

Solution 2:

Here is a standalone solution for your problem:

http://swipejs.com/

The more general solution to javascript swipe events can be found here:

https://github.com/eikes/jquery.swipe-events.js

Post a Comment for "Iphone / Ipad / Ipod Swipe Events Javascript"