Ionic - 删除启动画面上的禁用微调器

Ionic - Remove Disable spinner on splash screen

如何在 Ionic 应用程序启动期间禁用启动画面微调器?

如果是 SplashScreenSpinner:

config.xml 文件中:

    <preference name="ShowSplashScreenSpinner" value="false"/>

Official Docs