How to disable ionic slide over google maps

Hi,

I have something like:

<ion-content scroll="true">
...
  <ui-gmap-google-map ... data-tap-disabled="true">
  </ui-gmap-google-map>
...
</ion-content>

but can’t manage to disable the drag that opens the side-menus while navigating the ui-gmap-google-map.
This turns out that the side-menus open while moving horizontally.

How is it possible to disable the side-menus from opening while navigating in the map?

I don’t know the < ui-gmap-google-map> Tag, but in generall: Google Map Components have a DRAG_START and a DRAG_END Event, or something like this.

You can use these to disable the swipe for sidemenu. If you have a fullscreen Map, you can also disable the swipe for the whole page.