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

禁止手机浏览器左右滑屏 后退 前进

时间:2017-09-26 17:45:09      阅读:342      评论:0      收藏:0      [点我收藏+]

标签:浏览器   手机浏览   event   fun   deb   code   func   手机浏览器   左右   

 

 

$(‘body‘).on(‘touchmove‘,‘.slidebg‘,function () {
    $(document.body).on(‘touchmove.prevUC‘, function(e) {
        e.preventDefault();
    });
});
$(‘body‘).on(‘touchend‘,‘.slidebg‘,function () {
    $(document.body).off(‘touchmove.prevUC‘);
});

 

禁止手机浏览器左右滑屏 后退 前进

标签:浏览器   手机浏览   event   fun   deb   code   func   手机浏览器   左右   

原文地址:http://www.cnblogs.com/web-fusheng/p/7597613.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!