jyek
jyek

Reputation: 1091

Simulate a 2 finger single tap on the simulator

I am trying to detect gestures on a specific part of my screen close to the right hand most side.

When I try tapping using this approach (iOS simulator: how to do a 2 finger single tap on a mac laptop?), the two "fingers" appear at opposite ends of the screen. How do I get the simulator to tap so that the "fingers" are next to each other.

Upvotes: 12

Views: 11160

Answers (2)

Jonathan Zhan
Jonathan Zhan

Reputation: 1893

When in the simulator, hold the option key down and click - this will simulate a two-finger tap!

Upvotes: 17

Zen
Zen

Reputation: 3117

Use Option key to show two fingers icons on simulator screen. Place them as close as you want them to be. Then press Shift to move them to wherever on the screen you want.

Upvotes: 43

Related Questions