How to simulate Zoom Pinch in Chrome Dev Tools?

4

I'm working on an interface that will be mobile. Is there any way to simulate Zoom (pinch zoom) in Chrome Dev Tools? At least from version 59 or higher?

NOTE: For those who were in doubt, Zoom is the zoom that you make on the screen using two fingers.

    
asked by anonymous 10.09.2018 / 14:43

1 answer

4

You have, you just put Chrome in dev mode with the F12 key (you should know that already), then activate the Device Toolbar mode, which will make the screen responsive or Crtl + Shift + M , on the screen click and hold the Shift and it will zoom in or out from the start point of the click you gave.

    
10.09.2018 / 14:49