detect_swipe

2.1.4 • Public • Published

jquery.detectSwipe

Gives easy access to left/right/up/down swipe events for iOS and other touch devices.

Based on Andreas Waltl's jQuery TouchWipe.

How to use

$(".selector").on('swipeleft',  function(){ /*...*/ })
              .on('swiperight', function(){ /*...*/ })
              .on('swipeup',    function(){ /*...*/ })
              .on('swipedown',  function(){ /*...*/ });

This won't have any effect on non-touch devices. You can rely on:

$.detectSwipe.enabled // true on touch devices, false otherwise

Global setting:

$.detectSwipe.threshold // The number of pixels your finger must move to trigger a swipe event.  Defaults is 20.
$.detectSwipe.preventDefault // Should touchmove events be prevented?  Defaults to true.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i detect_swipe

    Weekly Downloads

    65

    Version

    2.1.4

    License

    MIT

    Last publish

    Collaborators

    • marcandre