gpt4 book ai didi

android - 从 PhoneGap(Android) 访问外部 URL(Google.com)

转载 作者:太空宇宙 更新时间:2023-11-03 11:30:23 25 4
gpt4 key购买 nike

我是 PhoneGap 和 Android 的新手。我无法从 PhoneGap 访问外部 URL,例如 google,我尝试了 Iframe 和 Window.Location.Href,但不确定为什么它不起作用。

<!DOCTYPE HTML>
<html>
<head>
<title>PhoneGap</title>
<script type="text/javascript" charset="utf-8" src="phonegap-0.9.3.js"></script>


<link rel="stylesheet" href="jquery.mobile-1.0a1.min.css" />
<script src="jquery-1.4.3.min.js"></script>
<script src="jquery.mobile-1.0a1.min.js"></script>

</head>
<body>
<iframe src="http://www.google.com"></iframe>
</body>
</html>

最佳答案

您是否将外部 URL 添加到白名单?在您的项目中的 /res/xml 中有一个名为 PhoneGap.xml

的文件

这是我的一个 PhoneGap.xml 文件的示例:

<?xml version="1.0" encoding="utf-8"?>
<phonegap>
<access origin="http://127.0.0.1*"/>
<access origin="http://devgeeks.org"/>
<access origin="http://*.phonegap.com"/>
<log level="DEBUG"/>
</phonegap>

关于android - 从 PhoneGap(Android) 访问外部 URL(Google.com),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9174856/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com