I integrated google maps javascript api v3 and I use markers that show an infowindow. However I can’t close it on iOS. I can touch on a marker and the infowindow shows up, however close is not working.
I added a special event listener without success. On top of that issue all other google maps standard elements are not acting as well (like the selector of the typ of map or the ± signs).
It seems that all standard events are disabled and I can’t enable them. However the marker click event works and the infowindow shows up, but I can’t close it…
I googled around but could not find a solution, any help ?
experiencing the same issue but using angular-google-maps directive. Any word on the fix? I am dealing with the same issue you describe and using latest versions
I’m experiencing a problem in android that is very similar, whereby you create a map, add a marker with infowindow, click on the marker in a desktop browser and the infowindow opens, do the same in android, nothing happens???
Closest I’ve found so far when googling is someone saying 100% height/widths can break it…