📜  HTML | DOM touchcancel 事件

📅  最后修改于: 2021-10-29 04:39:43             🧑  作者: Mango

touchcancel 事件用于在触摸事件被中断时执行脚本。
如果设备在不同的操作中中断触摸事件,则包含 touchcancel 事件以清理代码被认为是一种很好的做法。
支持的标签

  • 此事件支持的所有 HTML 元素。

支持的标签

  • <详情>

句法:

object.ontouchcancel = myScript;

下面的程序说明了touchcancel事件:
示例 1:在触摸中断时执行 JavaScript。

html


 

    touchcancel Event in HTML
    

 

 
    

GeeksforGeeks

    

touchcancel Event

    
      

      Touch somewhere in the paragraph while       you do something that will interrupt the event.

      
      

            


输出:
触摸屏幕前:

触摸屏幕后:

支持的浏览器:

  • IE浏览器
  • 谷歌浏览器
  • 火狐