문제

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)

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top