当我们在 Android 设备上使用 Jquery Mobile 时,滑动无法正常工作。刷卡不顺畅,或者有时根本不起作用。
$(document).off('swipeleft swiperight','.test')
.on('swipeleft swiperight','.test', function(event) {
swipe(event);
});
.test
- 指一个 div 类。
请帮忙。而且,JQM 中的问题是什么,即使它不适用于三星 Galaxy S4 原生浏览器。有没有不使用任何新插件的简单方法来实现这一点?