h5 移动端在阻止touchstart的默认事件时报错

h5 移动端在阻止touchstart的默认事件时报错-LMLPHP

解决办法, 可以添加

*{
touch-action: none;
}
即可消除错误
05-11 21:55