gpt4 book ai didi

ios - 启动画面不显示在纹波模拟器中

转载 作者:行者123 更新时间:2023-11-29 02:45:59 28 4
gpt4 key购买 nike

我正在尝试使用 PhoneGap 和 jQuery Mobile 制作 iOS 应用程序,并使用 Ripple 模拟器来测试它。我已经在 config.xml 文件中设置了 .png 图像。我还添加了

<gap:plugin name="org.apache.cordova.splashscreen" version="0.3.1" /> 
<feature name="SplashScreen">
<param name="ios-package" value="CDVSplashScreen" />
</feature>

到我的 config.xml 文件。在此之前我安装了闪屏插件。

我的 config.xml 文件中有这两行

<preference name="auto-hide-splash-screen"    value="false" />           <!-- ios: if set to false, the splash screen must be hidden using a JavaScript API -->
<preference name="SplashScreenDelay" value="2000"/>

在我的index.html 中有这个

    <!-- MAIN PAGE CONTAINER START -->
<div data-role="page" >
<div></div>
</div>
<!-- MAIN PAGE CONTAINER START -->

<!-- SCRIPT START --->
<script type="text/javascript" src="phonegap.js"></script>
<script src="spec/lib/jquery-1.11.1/jquery-1.11.1.min.js"></script>
<script src="spec/lib/jquery.mobile-1.4.2/jquery.mobile-1.4.2.min.js"></script>
<script src="js/initPages.js"></script>
<!-- SCRIPT END --->

<script>
document.addEventListener("deviceready", onDeviceReady, false);

function onDeviceReady() {
navigator.splashscreen.hide();
}

$( document ).bind( "mobileinit", function() {
$.mobile.allowCrossDomainPages = true;
});

</script>
</body>

当我在 Ripple 中运行它时,它不显示启动画面图像。我不确定我做错了什么。

最佳答案

当然,您的启动画面不能在您的 ripple 模拟器中运行。这不是故障或错误。你需要在你的真实设备中运行你的 cordova 应用程序,我的意思是手机。如果在模拟器中运行 Cordova 功能,则无法使用它。在手机上运行。

关于ios - 启动画面不显示在纹波模拟器中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25128609/

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