gpt4 book ai didi

ios - Ionic Cordova 自定义初始屏幕,带有适用于 IOS 的动态文本

转载 作者:行者123 更新时间:2023-11-29 11:31:19 26 4
gpt4 key购买 nike

我想从 ionic Cordova 项目中删除默认启动画面。

我试过下面的代码,但它对我不起作用。

<preference name="SplashScreen" value="none"/> 

此外,我不得不删除启动画面插件,但它显示的是白屏。

之后,我想在初始屏幕上显示一些根据国家/地区翻译的动态文本。

最佳答案

  1. 首先更改 config.xml

    <preference name="SplashMaintainAspectRatio" value="true" />
    <preference name="AutoHideSplashScreen" value="false" />
    <preference name="SplashScreenDelay" value="3000" />
    <preference name="FadeSplashScreenDuration" value="300" />
    <preference name="SplashScreen" value="screen" />
    <preference name="ShowSplashScreen" value="true" />
    <preference name="ShowSplashScreenSpinner" value="false" />
    <preference name="SplashShowOnlyFirstTime" value="false" />
    <preference name="FadeSplashScreen" value="true" />
  2. 为启动画面创建一个新页面

    ionic g 页面启动

通过执行这些步骤,我解决了 IonicApp 中的相同问题。

关于ios - Ionic Cordova 自定义初始屏幕,带有适用于 IOS 的动态文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53221425/

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