标签: android jquery jquery-mobile iscroll
是否可以使用iscroll5检测滑动。我正在使用这个http://lab.cubiq.org/iscroll5/demos/simple/,这没关系,但有一行代码
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
这会阻止滑动检测。它有一个能够检测滑动并允许使用iscroll滚动的功能吗?
我也在使用jquery mobile最新版本