You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,8 +197,8 @@ Pinch:
197
197
Swipe timing:
198
198
-`swipe` accepts optional `durationMs` (default `250`, range `16..10000`).
199
199
- Android uses requested swipe duration directly.
200
-
- iOS uses a safe normalized duration to avoid longpress side effects.
201
-
-`scrollintoview` accepts either plain text or a snapshot ref (`@eN`); ref mode uses geometry-based scrolling.
200
+
- iOS clamps swipe duration to a safe range (`16..60ms`) to avoid longpress side effects.
201
+
-`scrollintoview` accepts either plain text or a snapshot ref (`@eN`); ref mode uses best-effort geometry-based scrolling without post-scroll verification. Run `snapshot` again before follow-up `@ref` commands.
202
202
203
203
## Skills
204
204
Install the automation skills listed in [SKILL.md](skills/agent-device/SKILL.md).
0 commit comments