Touchscreen.touchEnd() method
Dispatches a touchend
event on the first touch that is active.
Signature
class Touchscreen {
touchEnd(): Promise<void>;
}
Returns:
Promise<void>
Dispatches a touchend
event on the first touch that is active.
class Touchscreen {
touchEnd(): Promise<void>;
}
Returns:
Promise<void>