iPhone / iPad / iPod swipe events javascript

11,730

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

Share:
11,730

Related videos on Youtube

pondpad
Author by

pondpad

Updated on June 04, 2022

Comments

  • pondpad
    pondpad almost 2 years

    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.

  • pondpad
    pondpad over 13 years
    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?
  • Michael Mullany
    Michael Mullany over 13 years
    Yes it's part of an SDK - so you should look at dev.sencha.com/deploy/touch/docs for the API
  • fabrik
    fabrik about 13 years
    You're the man, Michael! No other libs (including jQuery Mobile) can do this so smooth like this one!