Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49083

Splash Screen Issue

$
0
0

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

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 49083

Trending Articles