touchFlick

Flick on the touch screen using finger motion events. This flick command starts at a particular screen location.

Usage

1
client.touchFlick(ID,xoffset,yoffset,speed).then(callback);

Parameters

Param Type Details
ID String ID of the element where the flick starts
xoffset Number the x offset in pixels to flick by
yoffset Number the y offset in pixels to flick by
speed Number the speed in pixels per seconds