user3056783
user3056783

Reputation: 2644

Android emulator pinch to zoom anywhere on screen (mac OS)

I have already looked at How to pinch zoom on Android emulator? but haven't found specifically how to pinch zoom on any part of the screen via emulator.

I'm on mac OS so I know I can hold Command ⌘ and two dots will apear and I can drag when holding left mouse button to simulate pinch-to-zoom gesture.

However this happens only from the center of the screen. For example iOS emulator allows to move this center anywhere. I would like something similar for Android emulator as well. Is this possible?

Upvotes: 4

Views: 1606

Answers (2)

Favas Kv
Favas Kv

Reputation: 3079

On Mac Machine the Sequence is Shift + Command⌘ and drag

enter image description here

Upvotes: 1

Chris Vilches
Chris Vilches

Reputation: 1187

I'm afraid I'm not using a Mac, but here's my solution on Ubuntu:

  1. Move the mouse cursor to the place you want to center the pinch gesture.
  2. Press and hold Shift.
  3. Press CTRL (while holding Shift).

This should display the gesture indicator centered on the mouse cursor.

On Mac, there should be equivalent keys, but I don't use Macs so I don't know.

Upvotes: 1

Related Questions