stop method
Stops and resets all ongoing gesture and inertia related events, and fires an onmsgestureend event on the target element.
![]() |
Syntax
var retval = MSGesture.stop();Parameters
This method has no parameters.
Return value
Type: HRESULT
This method can return one of these values.
- S_OK
Remarks
If the stop method is called while an event is firing, the reset will be deferred until the event handler returns.
See also
Show:
