You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that pinch sets touch-action to none for the element that use:pinch
I'm wrapping a pdf viewer which has a canvas inside. I'm using the svelte-pinch to update the scale value of the pdf viewer using the pdfviewer.scale function. There isn't an equivilent function for scrolling.
So I would like the browser to still scroll the pdfviewer canvas.