ios_release_hid
Lift the held contact at (x,y) via direct HID input (no automation session needed) — mouse-button-up / touch-up. Pairs with ios_contact_hid. Coordinates are iOS screen points. Returns "no HID available" on iOS 17.x / no-tunnel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (screen points, or 0..1 fraction if norm=true) | |
| y | Yes | Y coordinate (screen points, or 0..1 fraction if norm=true) | |
| norm | No | If true, x/y (and path points) are 0..1 FRACTIONS of the screen — pass `pixelInScreenshot ÷ screenshotSize` directly (scale-free, matches the frontend, avoids point-guessing). Default false = iOS screen points. | |
| udid | Yes | iOS device UDID |