The touchmove
event is fired when one or more touch points are moved along the touch surface.
Bubbles | Yes |
---|---|
Cancelable | Yes |
Interface | TouchEvent |
Event handler property | ontouchmove |
The touchmove
event is fired when one or more touch points are moved along the touch surface.
Bubbles | Yes |
---|---|
Cancelable | Yes |
Interface | TouchEvent |
Event handler property | ontouchmove |
Code samples for those events are available on the dedicated page: Touch events.
Specification |
---|
Touch Events # event-touchmove |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
touchmove_event |
22 |
12 |
52 |
No |
No |
No |
≤37 |
25 |
6 |
14 |
≤3 |
1.5 |
mousemove
and onmousemove
Element
targets: touchmove
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/Document/touchmove_event