This question asks how to catch a trackpad two-fingers pinch-zoom on a Mac computer.
The accepted answer explains that Chrome for OS X triggers a wheel
event with ctrl
key pressed when detecting a two-fingers pinch on the trackpad.
Unfortunately, this solution doesn't work in Safari.
How to detect a two-fingers pinch-zoom in OS X Safari with Javascript?