touchScroll

Scroll on the touch screen using finger based motion events. If element ID is given start scrolling at a particular screen location.

Usage

1
client.touchScroll(id,xoffset,yoffset).then(callback);

Parameters

Param Type Details
id String the element where the scroll starts.
xoffset Number in pixels to scroll by
yoffset Number in pixels to scroll by