在使用猫头鹰轮播时禁用触摸设备上的垂直滚动 [英] disable vertical scrolling on touch device while using owl carousel

查看:168
本文介绍了在使用猫头鹰轮播时禁用触摸设备上的垂直滚动的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当在触摸设备上左右拖动水平轮播时,它还允许上下拖动,左右摆动整个页面.如何禁用猫头鹰轮播的垂直滚动. 如果有人可以帮助,我可以发布js文件

when dragging horizontal carousel left to right on touch device it also allows it to be dragged up and down which jiggles the whole page around. How can I disable vertical scrolling on owl carousel. I can post the js file if anyone can help

预先感谢

推荐答案

很棒的CSS3:)

.owl-carousel
{
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

这篇关于在使用猫头鹰轮播时禁用触摸设备上的垂直滚动的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆