📜  HTML | DOM touchmove 事件

📅  最后修改于: 2021-11-07 09:00:27             🧑  作者: Mango

当用户在屏幕上移动手指时, touchmove 事件用于执行脚本。
它仅适用于触摸屏设备,每次移动触发一次,并持续触发直到松开手指。
支持的标签

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

句法:

object.ontouchmove = myScript;

下面的程序说明了 touchmove 事件:
示例:当用户将手指移到 P 元素上时执行 JavaScript。

html


 

    touchmove Event in HTML
    

 

 
    

GeeksforGeeks

    

touchmove Event

    
      

      Touch somewhere in the paragraph and then       move the finger to trigger a function that       will display the x and y coordinates of the touch.   

      
      

            


输出:
触摸屏幕前:

触摸屏幕后:

支持的网络浏览器

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