web手机端禁止滑动,web手机端禁止上下滑动。

// 禁止滑动
document.ontouchstart = function(){
return false;
};

// 开启滑动
document.ontouchstart = function(){
return false;
};

推荐前端群 群名称:html5/css3/js/jq/nodejs/div 群号:339840649 点击加入:html5/css3/js/jq/nodejs/div
扫描加入:


原文地址:https://www.cnblogs.com/Sunshine-boy/p/4867248.html