I have a google maps implementation with various dropped pins. When clicked they open a information Window with a simple string. This all works well and dandy in the Ionic serve
I had the same issue as you, try putting data-tap-disabled="true"
on the div that contains the map. I had to take it even a step further and write something to apply data-tap-disabled="true"
only when the info-window is showing.
Note I used data-tap-disabled
while you're saying you tried data-tap-disable
.