Hi all,
I’m following the example at https://github.com/calendee/ionic-leafletjs-map-demo.
Succeed running with ionic serve and ionic view app. Side menu working well as I drag the leaflet map.
However when I replace with angular openlayers (another library by the same author): https://github.com/tombatossals/angular-openlayers-directive, when I drag the openlayers map, side menu will be dragged and open accidentally. Tried to put data-tap-disabled=“true” in different ionic tags but the issue persists.
The only workaround is to disable drag on the side menu which I really prefer not to do that.
Any other idea I can try to resolve this issue?
Thanks in advance.