我为 iPad 制作原型网络应用程序,我想嵌入谷歌地图。
我使用谷歌教程中的 if 框架代码嵌入了地图:
<iframe width="720" height="340" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Belgrade,+Serbia&aq=0&sll=37.0625,-95.677068&sspn=38.638819,79.013672&ie=UTF8&hq=&hnear=Belgrade,+City+of+Belgrade,+Central+Serbia,+Serbia&ll=44.809,20.465641&spn=0.022226,0.062571&z=14&output=embed"></iframe>
但是,在 Safari 中,我得到带有一些矩形的地图:http ://cl.ly/2u2G0p1T3x3O1Q1X3A1B 当我将此网络应用程序添加到我的主屏幕时,我没有得到地图,我得到白色 div:http://cl。 ly/0O3n2c3N3C0C1F2x0l2a
在 iPad 网络应用程序上实现谷歌地图的其他方法在哪里?:|