Yes it looks like the plugin registry is pointing to their latest release: 0.3.5 from December. I added the plugin by using the github url which pulled in latest from master:
For me it worked i.e. after removing it
(cordova plugin rm org.apache.cordova.splashscreen)
and adding it again directly from the git repo
(cordova plugin add https://github.com/apache/cordova-plugin-splashscreen.git)
the splash screen is back.
Many thanks to @dkeane for the hint
Now the only problem is that after the splash screen there is a black screen for 2 seconds.
I have the same white screen problem, I installed the crosswalk by CLI, which came out in the last update, installed pluginsplash screen and I generated the icons and splash through the CLI as well.
The icons works but no splash.
Hey @rodrigo_drds, make sure you install the plugin straight from the github url, as mentioned above. Iâve also noticed you need to remove the platform and add it again sometimes for the plugins to work properly.
@rodrigo_drds you need to install the Splashscreen from github not from cordova registry, and this will install the version 0.3.6-dev which work like a charm
Version 0.3.5 from Splashscreen does not work with Crosswalk, the dev version works.
10 seconds just for an extreme example. What happens here is that the app launches, showing my splashscreen imge, then the splash screen image disappears and shows a white screen for ~9 seconds, and then it shows my app. So it is âhidingâ the splashscreen at the appropriate time, but before then itâs hiding the actual splashscreen image. Anyone else run into this?