Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/88.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 我可以挂起iScroll功能吗?_Javascript_Jquery_Iscroll4 - Fatal编程技术网

Javascript 我可以挂起iScroll功能吗?

Javascript 我可以挂起iScroll功能吗?,javascript,jquery,iscroll4,Javascript,Jquery,Iscroll4,有时我想禁用滚动,这样我就可以在同一区域内进行多点触摸活动,比如 if event.originalEvent.touches.length is 2 then myScroll.disable() 这样的事情可能吗 myScroll.disable() 然后在touchend上 myScroll.enable() :)

有时我想禁用滚动,这样我就可以在同一区域内进行多点触摸活动,比如

if event.originalEvent.touches.length is 2 then myScroll.disable()
这样的事情可能吗

myScroll.disable()
然后在touchend上

myScroll.enable()
:)