滑动事件在android中不起作用

时间:2015-03-04 09:39:19

标签: javascript android jquery android-webview

左右滑动在我的应用中无效。我的代码就像这样

    $('#pane').swipeleft(function(e, touch) {
        console.log(" Left Swipe");
                });
    $('#pane').swiperight(function(e, touch) {
        console.log("Right Swipe");
                });

它在桌面和Ipad中运行良好。但不是在android中。任何android ppl请帮忙。我是android的新手。我被打了一天。

0 个答案:

没有答案