左右滑动在我的应用中无效。我的代码就像这样
$('#pane').swipeleft(function(e, touch) {
console.log(" Left Swipe");
});
$('#pane').swiperight(function(e, touch) {
console.log("Right Swipe");
});
它在桌面和Ipad中运行良好。但不是在android中。任何android ppl请帮忙。我是android的新手。我被打了一天。