// 禁止滑动
document.ontouchstart = function(){
return false;
};
// 开启滑动
document.ontouchstart = function(){
return false;
};
推荐前端群 群名称:html5/css3/js/jq/nodejs/div 群号:339840649 点击加入:
扫描加入:

移动端禁止滑动,移动端禁止上下滑动。
原文:http://www.cnblogs.com/Sunshine-boy/p/4867248.html