config.xml has following lines:
<preference name="SplashScreen" value="screen"/>
<preference name="SplashScreenDelay" value="3000"/>
Cordova splash screen plugin is also installed. splash.png is in resources fodler and I have generated splash images using "ionic resources --splash" command as well. Still not able to see splash screen while running app through "ionic serve" command.
Please suggest if there is anything else need to be done here.