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?