wx.onTouchCancel(function callback)
Listens on the touch point failure event.
Parameters
function callback
The callback function for the touch point failure event.
Parameters
Object res
| Property | Type | Description |
| touches | Array.<Touch> | List of all current touch points |
| changedTouches | Array.<Touch> | List of touch points that triggered this event |
| timeStamp | number | Timestamp when the event is triggered |