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

2019-01-21 12:43发布

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.

7条回答
对你真心纯属浪费
2楼-- · 2019-01-21 13:33

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.

查看更多
登录 后发表回答