Module touch
Source - TouchData
- Data of a Touch event.
- Force
- Describes the force of a touch event
- TouchPhase
- Describes touch-screen input state.
- ontouchcancel
- The
touchcancel event fires when the user cancels the touching, this is usually caused by the hardware or the OS.
Also see ontouchend. - ontouchend
- The
touchend event fires when the user stops touching an element. - ontouchmove
- The
touchmove event fires when the user is touching over an element. - ontouchstart
- The
touchstart event fires when the user starts touching an element.