Disable Swipe-Back Gesture for Map or Slider

Hey there,

I just found out how to disable and enable the swipe-back gesture again via IonRouterOutlet. The gesture results in quite annoying issues with the zoom-out gesture on maps or the swipe gesture of an image slider when starting the slide with the finger too far to the left while smaller displays are obviously more affected.

Is there a way to prevent the swipe gesture just for specific areas?

Disabling the gesture on events like “zoom-start” for Mapkit JS isn’t working because this seems too late already and moving the map doesn’t even have an end event so there wouldn’t be any chance to enable the gesture again other than setting a timer which would reenable the gesture after a given time and refresh the timer again and again when the map is moved.

Thank you for any hint, I really appreciate it.
Manuel