Hello I'm building an app with Ionic, and I want to remove the loading spinner on splash screen when the app starts, any solution for this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Add this to your config.xml
-file:
<preference name="ShowSplashScreenSpinner" value="false" />
Here are som more preferences you can make use of.