Is there a reason pinch zoom is not working on iOS Safafri? I dno't want to zoom in the time axis (controlled by zoomOnMouseWheel) - I just want to use the standard pinch/zoom in Safari on the iPhone. Looks like the event is disabled, maybe? Any ideas what might be going on?
Support Forum
Not sure, but here's the ticket: https://github.com/bryntum/support/issues/8375
e.g. on your iPhone, go to this example https://www.bryntum.com/products/scheduler/examples/bigdataset/
now try to pinch zoom on the top bar, where the title is (Big data set demo), the zooming will work.
now try to do the same within the scheduler rows (you won't be able to)
It's converted to a sequence of CTRL+wheel events so that our existing zooming works. There is a global opt-out config in the Widget class: https://www.bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-convertPinchToMousewheel-static