码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2015-10-10 16:48:21      阅读:1033      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!