iPhone / iPad / iPod swipe events javascript

前端 未结 2 845
遇见更好的自我
遇见更好的自我 2021-02-04 19:41

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 provi

相关标签:
2条回答
  • 2021-02-04 19:56

    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]

    0 讨论(0)
  • 2021-02-04 20:17

    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

    0 讨论(0)
提交回复
热议问题