| Platform | Since |
|---|---|
| Android | 0.9 |
| iPhone | 0.9 |
| iPad | 0.9 |
Fired when the device detects a long press.
A long press is generated by the user touching and holding on a touchscreen.
The event occurs before the finger is lifted again. Both a longpress
and a longclick can occur together. The differences are that longclick
can be generated with the trackball whereas longpress is a touch-only event,
and longpress includes x and y coordinates.
| Name | Type | Summary |
|---|---|---|
| source | Object |
Source object that fired the event. |
| type | String |
Name of the event fired. |
| x | Number |
X coordinate of the event, in the |
| y | Number |
Y coordinate of the event, in the |