css touch-action CSS属性指定用户是否可以以及以何种方式操作给定区域(例如,通过平移o
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css touch-action CSS属性指定用户是否可以以及以何种方式操作给定区域(例如,通过平移o相关的知识,希望对你有一定的参考价值。
/* Keyword values */
touch-action: auto;
touch-action: none;
touch-action: pan-x;
touch-action: pan-left;
touch-action: pan-right;
touch-action: pan-y;
touch-action: pan-up;
touch-action: pan-down;
touch-action: manipulation;
/* Global values */
touch-action: inherit;
touch-action: initial;
touch-action: unset;
以上是关于css touch-action CSS属性指定用户是否可以以及以何种方式操作给定区域(例如,通过平移o的主要内容,如果未能解决你的问题,请参考以下文章
[CSS3] touch-action设置移动端拖动行为
防止默认和停止传播不使用pointermove
chrome 手机端滑动列表的时候控制台会出现很多提示的解决办法
CSS3——过渡与动画(实现炫酷下拉)
CSS3-选中的锚链接改变指定样式
怎么解决unable to preventdefault inside passive event listener due to target