gpt4 book ai didi

javascript - 无法在我的 Andro 应用程序中执行 JQuery,但在 Chrome 中执行相同的操作

转载 作者:行者123 更新时间:2023-11-28 08:34:52 24 4
gpt4 key购买 nike

这里我正在制作一个简单的应用程序,它应该产生与此类似的输出 --->

访问http://i43.tinypic.com/2j8mrl.jpg

但输出似乎并非如此

我已经安装了 Apache cordova、ant 并设置了所有环境变量。
我使用命令行创建了 HelloWorld 应用程序。我编辑了/asset/wwww 文件夹中的文件
以下是index.html 的代码

<!DOCTYPE HTML>
<html>
<head>
< title>PhoneGap Demo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script

</head>
<body>

<div data-role="page" id="main">
<div data-role="header">
<h1>PhoneGap Demo</h1>
</div>
<div data-role="content">
Hello, this is JQuery Mobile running in Apache Cordova
</div>
</div>
</body>
</html>

你能告诉我为什么会发生这种情况吗?

最佳答案

我认为您忘记将 cordova.js 文件添加到您的 html 中,您还必须更新您的访问策略以允许所有网址,使用以下代码更新您的 config.xml 文件:

<access origin="*" />

关于javascript - 无法在我的 Andro 应用程序中执行 JQuery,但在 Chrome 中执行相同的操作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21363643/

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