Overview
The pinch to zoom pattern is supported by Figma and most of the page builders. This is something that at least I'm accustomed to using when working on a laptop.
Proposed resolution
Allow zooming the canvas by pinching on touchpad.
User interface changes
Issue fork experience_builder-3469670
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
lauriiiComment #3
lauriiiThis might be impacted by #3463307: Implement simplified zoom interface.
Comment #4
lauriiiPinching sort of works now that #3463307: Implement simplified zoom interface was committed. There's still some problems where occasionally the pinch is actually captured by the browsers, leading into the whole app zooming in. I wonder if #3469673: Keyboard commands to zoom in and out should only impact the preview canvas would address this?
Comment #5
lauriiiComment #7
gauravvvv commentedComment #9
gauravvvv commentedComment #10
jessebaker commentedHi @gauravvvv I gave this a quick test but I can't seem to determine what difference is made by the addition of this code? Can you give a short summary of what the code is intended to do?
As @lauriii mentioned, it is already possible to zoom with a pinch gesture (although there are bugs).
Comment #11
jessebaker commentedFixed in #3475759: Implement a different approach to the iFrame preview interactions