Skip to content

feat(ios): add pinch gesture for zoom on iOS simulators#11

Merged
thymikee merged 1 commit into
callstack:mainfrom
janodetzel:feature/ios-pinch-gesture
Feb 5, 2026
Merged

feat(ios): add pinch gesture for zoom on iOS simulators#11
thymikee merged 1 commit into
callstack:mainfrom
janodetzel:feature/ios-pinch-gesture

Conversation

@janodetzel

Copy link
Copy Markdown
Contributor
  • Add 'pinch' CLI command: pinch [x y] (scale > 1 zoom in, < 1 zoom out)
  • Implement in dispatch, runner-client (RunnerCommand + scale param), Swift runner
  • Use double-tap + drag workaround for map zoom (tap center, drag up/down) instead of XCUITest pinch(withScale:velocity:) which pans on map views
  • Update commands.md and agent-device skill with pinch usage and best practices
  • Fix skill reference: recording.md -> video-recording.md

- Add 'pinch' CLI command: pinch <scale> [x y] (scale > 1 zoom in, < 1 zoom out)
- Implement in dispatch, runner-client (RunnerCommand + scale param), Swift runner
- Use double-tap + drag workaround for map zoom (tap center, drag up/down)
  instead of XCUITest pinch(withScale:velocity:) which pans on map views
- Update commands.md and agent-device skill with pinch usage and best practices
- Fix skill reference: recording.md -> video-recording.md

@thymikee thymikee left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is super cool on Maps app, thank you!

@thymikee thymikee merged commit 992959c into callstack:main Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants