h5 移动端在阻止touchstart的默认事件时报错
解决办法, 可以添加
*{
touch-action: none;
}
即可消除错误
h5 移动端在阻止touchstart的默认事件时报错
解决办法, 可以添加
*{
touch-action: none;
}
即可消除错误
相关文章: