首页 > 移动平台 > 详细

移动端禁止滑动,移动端禁止上下滑动。

时间:2015-10-10 16:46:53      阅读:356      评论:0      收藏:0      [点我收藏+]
// 禁止滑动
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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!