这个touchcancel
事件发生时触摸事件被中断。
这个touchcancel
事件仅适用于触摸屏。
不同的设备在不同的操作中中断触摸事件。如果发生此"error",则最好包含此事件以清理代码。
Event | Occurs When |
---|---|
touchstart | The user touches an element |
touchmove | The user moves the finger across the screen |
touchend | The user removes the finger from an element |
touchcancel | The touch is interrupted |
从用户界面触发的事件属于用户界面事件对象。
Property | Description |
---|---|
detail | A number with details about the event |
view | A reference to the Window object where the event occurred |
气泡: | 是的 |
---|---|
可取消: | 是的 |
事件类型: | 触摸事件 |
HTML 标签: | 所有 HTML 元素 |
ontouchcancel
是 DOM Level 4 (2015) 功能。
所有现代浏览器都支持它:
Chrome | Edge | Firefox | Safari | Opera |
Yes | Yes | Yes | Yes | Yes |
ontouchcancel
Internet Explorer 11(或更早版本)不支持。
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!