I'm currently having issues with the google-maps-utility-library plugin for custom infoBoxes on a Google map. I can successfully create a custom shaped infoBox as I want it to be. But on mobile devices (tested on Galaxy S2 and iPad) I can click through the infoBox. This is pretty annoying because it also happens when one touches the close button of the infobox and immediatly opens another markers infobox when there is one underneath the close button (happens very often on my map).
Does anyone know a way how to fix this? My first thought was that it has to do with the enableEventPropagation flag but disabling eventpropagation seems to have no effect on mobile devices (and I need the events for other stuff).
Thanks in advance for your time reading and answering :)