在 ios 台设备上禁用启动画面 cordova

Disable splash screen on ios devices cordova

我只是想从 android 和 ios 设备中删除启动画面,并永久尝试了以下技巧..并且仅适用于 android。 ios 的任何解决方案 ?

我已经安装了最新的启动画面插件。

Config.xml 首选项:

<preference name="AutoHideSplashScreen" value="true" />
<preference name="SplashScreenDelay" value="0"/>
<preference name="FadeSplashScreenDuration" value="0"/>

有人知道我该怎么做吗?

在iOS中有启动图像,

  1. 单击 xcode 中的项目。
  2. 转到常规
  3. 向下滚动到应用程序图标和启动图像
  4. 将“启动屏幕文件”更改为您的第一个视图控制器,即 MainViewController

现在将显示您的 MainViewController 而不是启动图像。

像这样尝试:-

即使您将其从 there.your 中删除,启动时也会遇到 黑屏或白屏。

所以为了更好的用户体验,我建议不要删除闪屏。

如图所示 by Diogo Machado