Ionic with angular-openlayers-directive and side menu dragging issue

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.

did you solve this problem?
in my case, i have just tried openlayers but only works fine in the browser. Once in the mobile, the map is not drawn at all.