Detecting jQuery Swipe on an object for an Android mobile site

Can someone point me towards a decent jQuery library that can detect swipes actions on an object via jquery?

Greetings

Floor

+3
source share
2 answers

I used this script as a link for my own touch library (I wanted more functionality and increased my experience with mobile devices): http://www.netcu.de/jquery-touchwipe-iphone-ipad-library

Of course, there is also jQuery mobile , which has a long list of touch / swipe / gesture events .

0
source

- Javascript/JQuery, ( )

+1

All Articles