我是流星的新手.我正在用流星开发移动应用程序.我需要<access origin="*"/>在config.xml中添加我使用谷歌API在浏览器中正常工作.但是当我在Android设备上运行时,控制台会抛出Uncaught ReferenceError: google is not defined.我认为问题是cordova阻止google api.我该如何从流星添加访问源?
<access origin="*"/>
Uncaught ReferenceError: google is not defined
javascript android cordova meteor
android ×1
cordova ×1
javascript ×1
meteor ×1