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?