没有箭头Google Maps Infowindow
我使用V3 API创建了一个自定义Google Map。 Infowindows可以在Mac和PC上使用完整的浏览器和平板电脑。 然而,infowindow的箭头部分在任何一款手机平台(即iPhone和Android手机)中都不存在。
任何线索,为什么只有移动智能手机不会在infowindow上显示箭头
相关网站的网址:http://webedit.colgate.edu/about/maps/campus-gmap-searchtemplate
基本上谷歌地图不喜欢BootStrap处理图像最大宽度的方式。 所以你需要在你的CSS中加入一点小技巧......
#map img {
max-width: none;
}
链接地址: http://www.djcxy.com/p/35859.html