touchcancel
当触摸点被中断时会触发 touchcancel
事件,中断方式基于特定实现而有所不同(例如, 创建了太多的触摸点)。
Bubbles | Yes |
---|---|
Cancelable | No |
Interface | TouchEvent |
Event handler property | ontouchcancel |
示例
在这个专用页面查看这些事件的代码样例:Touch events。
规范
Specification |
---|
Touch Events # event-touchcancel |
浏览器兼容性
BCD tables only load in the browser
参见
ontouchcancel
- 目标为
Document
的相同事件:touchcancel