Search code examples
iosinfowindowjquery-gmap3

GMAP3 InfoWindows won't close on iOS browser


I'm using gmap3 jQuery plugin to create an embedded Google Map with markers. When markers are clicked, they display an infowindow. The close X button of the infowindow doesn't work on iPhone and iPad (works well in any desktop browser).

How I can solve?

The site is www.genovaperte.it (it is protected by HTTP Basic AUTH, please use username = webcompany password = webcompany)


Solution

  • Change your event listener action from 'click' to 'mousedown'. Worked for me.