Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to mimic two-finger scroll/drag gesture on ios simulator?

I have a scroll page that I specified two fingers minimum. It works on my device, but don't know how to mimic this gesture on Simulator. I can mimic one-finger scroll without problem. I've tried option/ctrl/shift etc, but couldn't get it work. Maybe my combination is wrong. Anyone knows how? Thanks.

like image 395
Tony Xu Avatar asked Nov 07 '12 18:11

Tony Xu


People also ask

Which key is used to emulate gesture IOS simulator?

Hold down the Option key. Move the circles that represent finger touches to the start position. Move the center of the pinch target by holding down the Shift key, moving the circles to the desired center position, and releasing the Shift key.

How do I scroll in IOS simulator?

You can click the trackpad and drag (as other folks have said), or if you have "Three finger drag" enabled in Trackpad preferences, you can scroll with three fingers. Show activity on this post. You need to click and hold to scroll.


1 Answers

Holding the "Alt/Option" key and dragging simulates multi-touch pinch-to-zoom.

Holding "Alt/Option + Shift" and dragging simulates multi-touch scrolling.

like image 112
Joe C Avatar answered Oct 24 '22 04:10

Joe C