Skip to content

Gallery: swipe on touch devices

Marc-André Lafortune edited this page Mar 26, 2014 · 6 revisions

We've looked at the libraries used to do this (e.g. here).

The gallery supports swipe out of the box if any of the following libraries is loaded

Supported:

Any jQuery swipe library with 'swipeleft' and 'swiperight' events, including:
Other (non-jQuery) libraries supported:

If any of these library is present, the navigation buttons are hidden and the swipeleft and swiperight events are used instead.

If you don't currently use any "touch" library, we recommend hammer if you need complex gestures, or else detectSwipe is the shortest and simplest of the bunch.

Not supported:

Clone this wiki locally