I've got the problem that some mobile devices are using gestures that interfere with properly swiping in the gallery. My plan is to prevent swiping alltogether for these devices and have them rely on the arrow buttons until i can update my app to account for the gestures.
However I cannot find a way to just disable panning without preventing all pointer event?
I've got the problem that some mobile devices are using gestures that interfere with properly swiping in the gallery. My plan is to prevent swiping alltogether for these devices and have them rely on the arrow buttons until i can update my app to account for the gestures.
However I cannot find a way to just disable panning without preventing all pointer event?