A partial archive of discourse.wicg.io as of Saturday February 24, 2024.

Can we make a standard zooming event?

SaschaNaz
2017-04-17

It seems that there is no standard way to catch touchpad pinch-to-zoom event. Currently Chrome hacks with mouse wheel event with ctrlKey=true, Safari and Edge has their own GestureEvent implementation. Can we make a standard way to do this so that implementing zoomable element can be simpler?

simevidas
2017-04-22

Could you clarify what touchpad pinch-to-zoom does? Is it the same as pressing Ctrl + +?

SaschaNaz
2017-04-22

Pinch-to-zoom with touchpads works same as pinch-to-zoom with touch screens, but with no touch points.