event.preventDefault()

来源:5-3 阅读进度功能实现(上下章节切换功能)

齊帥

2021-12-06

老師請問一下為甚麼加了event.preventDefault();瀏覽器就會報錯呢?
錯誤:[Intervention] Ignored attempt to cancel a touchend event with cancelable=false, for example because scrolling is in progress and cannot be interrupted
图片描述
图片描述

写回答

1回答

扬_灵

2021-12-06

同学你好,看上面的报错图是大致是一个有设置cancelable=false的touchmove事件和其他某个滚动的操作冲突了在滚动标签加个css样式 touch-action: none;或全局加 *{touch-action: none;}

0
3
齊帥
非常感谢!
2021-12-07
共3条回复

Vue 实战商业级读书Web APP完整项目

Vue全家桶+最新前端技术+前后端分离架构,完整项目流程

1610 学习 · 1951 问题

查看课程