ios - ionic 1 - Cordova- google-maps : Disappeared buttons on map - only IOS
<p><p>大家好,我正在使用 Ionic 1 Angularjs。我于 11 月在应用商店中使用地理定位发布了我的应用,一切正常,自 2 月以来,如果您查看屏幕截图,按钮缩放项目 (+/- ) 和谷歌地图建议的所有按钮都不见了。</p >
<p>PS:这种情况只发生在 android 中的 ios 上,一切正常
[ <img src="/image/Vzyku.png" alt="screen shot"/> ]</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>这是因为最新版本的 Google Maps JavaScript API。</p>
<p>截至 2018 年 5 月 15 日,JavaScript API 已更新至 3.32(最新)。</p>
<p> <a href="https://developers.google.com/maps/documentation/javascript/versions" rel="noreferrer noopener nofollow">https://developers.google.com/maps/documentation/javascript/versions</a> </p>
<p><br/></p>
<p>现在,临时解决方案在代码下方。使用卡住版本的 Google Maps JavaScript API。</p>
<pre><code><script src="https://maps.googleapis.com/maps/api/js?v=3.31&key=YOUR_API_KEY&callback=initMap">
</code></pre></p>
<p style="font-size: 20px;">关于ios -ionic1 - Cordova- google-maps : Disappeared buttons on map - only IOS,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/49193274/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/49193274/
</a>
</p>
页:
[1]