Search code examples
cordovaionic-frameworkcordova-plugins

ionic splashscreen not working


i just see a gray screen as splashscreen in android for 1 or maybe 2 seconds.. but surely not the 3 seconds i gave in config.xml

i actually spent hours of trying and trying but i dont get it work. (plugin reinstalls, ionic state resets)

i dont know if its working on ios (i dont have a mac)

here is my config: (C:\myproject\config.xml) config.xml

and here is my ionic info output:

enter image description here

best regards Harald


Solution

  • Aha!! i simply forgot to call: $cordovaSplashscreen.show();

    :bash: :bash: :bash:

    in the controller of my first visible view!