gpt4 book ai didi

android - 禁用 Android 的 AutoHideSplashScreen 不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:38:24 27 4
gpt4 key购买 nike

以下 Phonegap 项目 (Phonegap Build) 不工作:

配置文件:

<preference name="AutoHideSplashScreen" value="false" />
<preference name="SplashScreenDelay" value="10000"/>
<gap:plugin name="org.apache.cordova.splashscreen" />

索引:

<head>
<script type="text/javascript" charset="utf-8">

window.location = 'http://www.example.com/login';

document.AddEventListener("deviceready", OnDeviceReady, false);

function OnDeviceReady() {
setTimeout(function() {
navigator.splashscreen.hide();
}, 6000);
};

</script>
</head>

启动画面一直保持并加载。无法重定向到主页。

我试过这个: PhoneGap Build iOS app has blank white screen after splash screen

这个: http://community.phonegap.com/nitobi/topics/splash_screen_autohidesplashscreen_false_not_working_iphone_ios7 (插件版本0.2.3)

没有任何效果。有什么想法吗?

最佳答案

闪屏插件不支持 Android 的 AutoHideSplashScreen。另请参阅此问题:https://issues.apache.org/jira/browse/CB-8396 .

至于重定向不起作用,请尝试 window.location.href = 'http://www.example.com/login';

关于android - 禁用 Android 的 AutoHideSplashScreen 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27206494/

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