preventdefault() works for blocking swipe navigation gesture only on iOS, but not for Android
I am trying to prevent swipe back/forward navigation in my Web App if I am on a certain page in app (e.g., a document in edit and I have a resize handle for an object which is on the edge of the screen – I want to block page navigation if the event is over the canvas I am drawing).