会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
特立独行的狗
博客园
首页
新随笔
联系
订阅
管理
2020年10月7日
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted
摘要: 字面意思大概就是: [干预]忽略尝试取消带有cancelable = false的touchmove事件的尝试,例如,因为滚动正在进行并且无法中断。 解决方法: 1.添加样式更改 将滑动报错的标签样式添加: touch-action: none; 或者设置全局公共样式: *{touch-action
阅读全文
posted @ 2020-10-07 23:08 特立独行的狗
阅读(6688)
评论(0)
推荐(1)
公告