I have a html canvas with mouse and touch events to draw on it.
I use css touch-action: none style on the canvas to disable scrolling on the device while drawing.
However it only works for non IOS devices. On any browser on an IOS device it still does a scroll/swipe action and makes it tough to draw correctly.
It almost seems to be an IOS feature. A web page that easily fits on the screen can still be scroll/swiped.
Any way to fix the issue?