标签: ipad google-maps
我创建了一个使用谷歌地图的网络应用程序,但是当我在ipad网络浏览器上查看网站时,它不允许我选择标记?是否有一些MarkerOption我需要设置才能在iPad上选择Google Map标记?
答案 0 :(得分:1)
google.maps.event.addListener(marker, 'click', function() { ... }
如果是这样,请尝试'mouseup'而不是'click'。