简体   繁体   中英

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 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.

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]

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM