我使用V3 API创建了自定义Google地图。 Infowindows在Mac和PC的完整浏览器和平板电脑上运行良好。然而,infowindow的箭头部分在任何一个手机平台(即iPhone和Android手机)中都是不存在的。
任何线索,为什么只有移动智能手机不会在信息窗口显示箭头
问题URL to site: http://webedit.colgate.edu/about/maps/campus-gmap-searchtemplate
答案 0 :(得分:0)
基本上Google地图不喜欢BootStrap处理图像最大宽度的方式。所以你需要在你的CSS中放一点点......
#map img {
max-width: none;
}