gpt4 book ai didi

cordova - PhoneGap/Apache Cordova : Stuck on "device is ready" screen

转载 作者:行者123 更新时间:2023-12-04 17:48:22 28 4
gpt4 key购买 nike

我有一个 PhoneGap/Apache Cordova 应用程序,我已经将自己的 index.html 页面插入到 www 文件夹中,但是当我运行该应用程序时,它没有转到 index.html 页面,而是启动了启动画面,其中包含“设备准备就绪”消息。在哪里配置启动页面?

Index.html 页面:

<html>
<head>
<script src="jquery-2.1.1.js"></script>
<link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.4.4.min.css" />
<script src="jquery.mobile/jquery.mobile-1.4.4.min.js"></script>
</head>
<body>
<div data-role="header" data-theme="b" class="ui-bar ui-bar-b">
<h1>Welcome to my app!</h1>
</div>
Username <input type="text" id="username" name="Username"></input><br>
Password <input type="text" id="password" name="Password"></input>
<button id="submit">Submit</button>
<div data-role="footer" data-theme="b" class="ui-bar ui-bar-b"><h1>Placeholder</h1></div>
</body>
<style type="text/css">
body{
border:0;
}
</style>
</html>

最佳答案

我认为您没有编辑正确的 index.html 文件。如果您正在为 android 构建,那么在 assets/www 文件夹中有一个 index.html 文件。这是您应该编辑以创建 Android 应用程序的第一个屏幕的文件。

注意: www 文件夹 默认情况下将隐藏,以使其可见 goto 项目 -> 属性 -> 资源 -> 资源过滤器 在 Eclipse 中删除排除过滤器。

有关更多信息,请查看:http://codezag.com/apache-cordova-android-stuck-device-ready-screen/

关于cordova - PhoneGap/Apache Cordova : Stuck on "device is ready" screen,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25824884/

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