Hi, im building an ionic app, ive tried pliablepixels answer from this post here and many other “Solutions” but nothing seems to work, right now i have in my config.xml this for splashscreen : <preference name="SplashScreen" value="splash"/> <preference name="SplashScreenDelay" value="1000"/> <feature name="SplashScreen"> <param name="android-package" value="org.apache.cordova.SplashScreen"/> </feature>
, already used ionic resource and all images and icons are where they should be, the icon works, the only problem is with the splashscreen, blank screen, any ideas?
> UPDATE: removing cordova-splashscreen plugin and adding it again from the git repo, as @dkeane 's answer suggest here solved my problem.