touchScroll

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

Depcrecated! Please use touchPerform instead.

Usage

1
browser.touchScroll(id,xoffset,yoffset);

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