The touchcancel event is fired when a touch point has been disrupted in an implementation-specific manner (too many touch points for example).
The touchcancel event is fired when a touch point has been disrupted in an implementation-specific manner (too many touch points for example).
MDN
The touchend event is fired when a touch point is removed from the touch surface.
The touchend event is fired when a touch point is removed from the touch surface.
MDN
The touchmove event is fired when a touch point is moved along the touch surface.
The touchmove event is fired when a touch point is moved along the touch surface.
MDN
The touchstart event is fired when a touch point is placed on the touch surface.
The touchstart event is fired when a touch point is placed on the touch surface.
MDN
W3C recommendation for touch events
http://www.w3.org/TR/touch-events/