
If you want to support us, please
click here to donate via PayPal. Any amount is highly appreciated, thank you!
jQuery plugin for touch wipe events. Detects when user wipes on all 9 directions (top, bottom, left, right and diagonals) and triggers the desired event. It triggers the desired events passing the wipe speed and amount of X and Y distance moved while touching the screen.
WipeTouch can be used to easily extend media galleries and other plugins where it makes sense to have wipe gestures enabled.
Tested with jQuery 1.4.x, 1.5.x and 1.6.x.
Usage example
$(document).wipetouch({
tapToClick: true, // if user taps the screen, triggers a click event
wipeLeft: function(result) { // do something when user wipes to the left },
wipeRight: function(result) { // do something when user wipes to the right }
});
Now with Windows Phone 7 support! Please download version 1.2.0+ and let me know if you find any problems.