Question

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)

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top