swipe left and right is not working in my app. My code goes like this
$('#pane').swipeleft(function(e, touch) {
console.log(" Left Swipe");
});
$('#pane').swiperight(function(e, touch) {
console.log("Right Swipe");
});
It works fine in desktop and Ipad. but not in android. Any android ppl please help. I'm new to android. I got struck for a day.