- Correct scrolling
- pinch/zoom gesture on trackpack sends same
wheelevent as scroll events, but withctrlKeyset totrue. Zoom level is detecteable viadeltaYproperty (only whenctrlKeyis set). - Real
Ctrl + MouseWheelaction doesn't fire any events and does nothing. Same forCmd + MouseWheel
- Correct scrolling
- pinch/zoom gesture does nothing. i.e. neither zoom is performed, nor
wheelevents are fired Ctrl + MouseWheelas well asCmd + MouseWheeldoes zoom a page and fires correntwheelevents too.
- Correct scrolling
- pinch/zoom gesture does zoom a page, but doesn't fire any events to detect it or prevent
Ctrl + MouseWheel(andCmd + MouseWheel) does nothing. No zoom. No events.- Safari 9.1 is reported to have built-in gesture events to detect zoom/rotation with Macbook's TrackPad.