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

IosScrollDragSimulatorGesture

Ios Problem Overview


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.

Ios Solutions


Solution 1 - Ios

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

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

Solution 2 - Ios

There is a nice table with all the supported gestures in the iOS Simulator User Guide from Apple. Here is the extract for the two-finger drag:

  1. Place the pointer where you want the two-finger drag to occur.
  2. Hold down the Option key.
  3. Move the circles that represent finger touches to the start position.
  4. 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.
  5. Hold down the Shift key and the mouse button, move the circles in the direction you want to drag, and release both the Shift key and the mouse button.

Hope it helps.

Solution 3 - Ios

To appear two fingers:

press ALT and drag mouse.

To zoom using two fingers:

press ALT and press SHIFT (to adjust touches.After adjusting release SHIFT key) and drag mouse.

Solution 4 - Ios

The best way to scroll in the iPad simulator is by the Three Fingers dragging, which is a global setup of the OS X and not a particular feature of the iOS simulator.

In order to scroll using three fingers you need to turn on the 'Three Finger Drag' under TrackPad > Point and Click in the Settings App of OS X.

and to set the Mission Control and App Exposé to use four fingers (in TrackPad > More Gestures in the Settings App of OS X)

(I made beautiful screenshots, but I'm too rocky to post answers with images)

Solution 5 - Ios

Things moved around in Sierra for me, but here is how I enabled 3-finger scrolling:

  1. **System Preferences > Accessibility
  2. Scroll down to Mouse & Trackpad and tap Trackpad options
  3. Make sure 'Enable Dragging' is selected
  4. Select 'three finger drag' from the drop-down

Makes such a big difference when testing on various devices & simulators.

Solution 6 - Ios

It works with Three finger scroll on the Track pad.

Solution 7 - Ios

It works for me on MBP trackpad as well as on Magic Trackpad.

The clue is to enable "Three finger drag" in Trackpad settings (Preferences.app), then dragging, while ALT+SHIFT are pressed, makes scrolling work as expected.

It also works with the "Three finger scroll".

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTony XuView Question on Stackoverflow
Solution 1 - IosJoe CView Answer on Stackoverflow
Solution 2 - IosEric GiguereView Answer on Stackoverflow
Solution 3 - IosRam MadhavanView Answer on Stackoverflow
Solution 4 - IosSkulasView Answer on Stackoverflow
Solution 5 - IosDavid WestView Answer on Stackoverflow
Solution 6 - IosFizer KhanView Answer on Stackoverflow
Solution 7 - IosmatmView Answer on Stackoverflow