Jquery 移动、谷歌地图和 PhoneGap

发布于 2025-01-08 04:45:11 字数 94 浏览 1 评论 0原文

我一直在 jquery mobile 中使用谷歌地图,它们运行良好,但是当我在phonegap 中转换我的应用程序时,谷歌地图停止工作。我正在使用phonegap 1.4.1

i have been using google maps in jquery mobile and they are working well but when i convert my app in phonegap google maps stops working. i am using phonegap 1.4.1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生死何惧 2025-01-15 04:45:11

您能否详细说明一下以便理解您的问题?
这可能都与源域白名单有关。
您是否需要在您的 plist 文件中合并 google 的域?
您可以在 [your_app]/Supporting files/[your_app].plist 中找到这些列入白名单的域

我必须将其包含在外部主机部分:

  • *.gstatic.com
  • *.googleapis.com
  • *.google.com

Can you elaborate a bit more on that in order to understand your issue?
It might all be related to the whitelisting of source domains.
Could it be you need to incorporate the domains of google in your plist file?
You can find those whitelisted domains in [your_app]/Supporting files/[your_app].plist

I had to include in the External Hosts section:

  • *.gstatic.com
  • *.googleapis.com
  • *.google.com
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文