Swiping from the left and right edges of my iPad's Safari browser, moves between the currently open web pages. Is there any way to prevent it?
I have tried to add touchstart
and touchmove
handlers on the edge of the page that stopPropagation
and preventDefault
, but they seem to have no effect, nor does touch-action
CSS.
A similar question was asked in 2014 with replies to the negative: iOS 7 - is there a way to disable the swipe back and forward functionality in Safari?
Is there a workround now in 2018?