android - Cordova Splash Screen? -
im doing app using cordova, , im trying use splash screen android, don't know how or if have install plug-in, splash screen ios working fine.
hoping 1 can point me on right direction on how apply splash screen android
check link : android splashscreen configuration in cordova
splashscreen (string, defaults splash): name of file minus extension in res/drawable directory. various assets must share common name in various subdirectories.
just add below line inside config.xml
file :
<preference name="splashscreen" value="mysplash"/>
note : mysplash
png file res/drawable folders.
Comments
Post a Comment