Tap and Hold
Gestures
Tap and Hold
Long press at coordinates
POST
Tap and Hold
Execute a long press (tap and hold) at the specified coordinates.Documentation Index
Fetch the complete documentation index at: https://docs.tapkit.ai/llms.txt
Use this file to discover all available pages before exploring further.
Request
Request Body
| Field | Type | Default | Description |
|---|---|---|---|
x | integer | required | X coordinate in pixels |
y | integer | required | Y coordinate in pixels |
duration_ms | integer | 1000 | Hold duration in milliseconds |
Use Cases
- Open context menus
- Initiate drag operations
- Rearrange items
- Show previews (3D Touch/Haptic Touch)
Related Endpoints
- Tap and Hold by Description - Long press using natural language
- Tap - Single tap gesture