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

 

 

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

 

posted @ 2017-09-26 16:51  快乐的咸鱼  阅读(2824)  评论(0编辑  收藏  举报