Step’s to change the splash screen background in ionic.

  • Go to project directory of ionic folder and open “config.xml” and change the preference value “colorname” of SplashScreenBackgroundColor”. (In case preferences value is not present in ionic project then copy the given below code.
<preference name="SplashScreenBackgroundColor" value="green" />
change splash screen background color in ionic framework

Leave a Reply