简体   繁体   English

科尔多瓦和谷歌地图

[英]Cordova and google maps

Well im trying to make simple app which will display map and user location i did everything like in this tutorial http://kendrickcoleman.com/index.php/Tech-Blog/phonegap-cordova-geolocation-integration-with-google-maps-javascript-api-v3.html I have downloaded cordova.js from github i have correct key and all i can see on my avd is grey-white screen without any map, coudl someone give me a clue what shoudl i change ?好吧,我正在尝试制作简单的应用程序,它将显示地图和用户位置,我在本教程中做了所有事情http://kendrickcoleman.com/index.php/Tech-Blog/phonegap-cordova-geolocation-integration-with-google-maps -javascript-api-v3.html我已经从 github 下载了cordova.js我有正确的密钥,我在我的 avd 上看到的只是灰白色的屏幕,没有任何地图,有人可以告诉我我应该改变什么吗?

shoudl i add anything to android manifest or to config file ?我应该向android清单或配置文件添加任何内容吗?

Battled with the same issue for 3 days only to discover that http request are blocked in the latest Ionic except a the cordova whitelist plugin is added.与同样的问题搏斗了 3 天,却发现 http 请求在最新的 Ionic 中被阻止,除了添加了cordova 白名单插件。 To add whitelist plugin, run the following command: ionic plugin add cordova-plugin-whitelist要添加白名单插件,请运行以下命令: ionic plugin add cordova-plugin-whitelist

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM