Splash Screen Issue

Can anyone help me to develop splash screen in ionic app.

I want to add splash screen in my app.

I want to display my splash screen without using any images (resources splash images). for splash screen i have code in HTML and CSS.

here is my config.xml file

<preference name="SplashMaintainAspectRatio" value="true" />
<preference name="FadeSplashScreenDuration" value="300" />
<preference name="SplashShowOnlyFirstTime" value="false" />
<preference name="SplashScreenDelay" value="3000" />
<preference name="ShowSplashScreenSpinner" value="false" />
<preference name="ShowSplashScreen" value="false" />
<preference name="FadeSplashScreen" value="true" />

here, I want when app is open no images show directly HTML and CSS file execute.

sorry for my bad English
Thank you in advance

Hi!

See this link…

I’m not sure I completely understand what you’re hoping for, but “HTML and CSS” are things that are bundled up in your app binary.

Imagine a wrapped gift. It would be impossible for the wrapping paper to be inside the gift box.