大飞_dafei

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

scroll-view 滚动时报错Ignored attempt to cancel a touchmove event with cancelable=false

场景描述:

在uniapp中的弹窗pop中使用scroll-view频繁滚动出现报错
[Intervention]Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted 解决报错

 

解决办法:

因为事件冒泡, scroll-view 组件的 touchmove 事件可以传递到模态框。

给 scroll-view 取消冒泡 报错没了,问题成功解决。 

<scroll-view class="content" scroll-y @touchmove.stop>
    <view class="content-main">xxxxxxxxxxxx</view>
 </scroll-view>

其他参考链接: 解决 scroll-view 组件 [Intervention] 报错

posted on   大飞_dafei  阅读(188)  评论(0编辑  收藏  举报

相关博文:
阅读排行:
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· Docker 太简单,K8s 太复杂?w7panel 让容器管理更轻松!
历史上的今天:
2021-11-06 惠普电脑桌面壁纸
2021-11-06 惠普战66切换fn模式
2021-11-06 JetBrains 里不为人知的秘密(14)---IDEA 格式化代码(输入代码),修改JavaScript单引号双引号
2021-11-06 JetBrains 里不为人知的秘密(13)-----IDEA System Settings
点击右上角即可分享
微信分享提示