Hi, guys… I am making an app which I need to use splashscreen. I already installed cordova.plugin.splashscreen and add the necessary codes in config.xml… Lastly I modify my desire splashcreen imag(png) using ionic resources. Now my problem is it is showing only a white screen with the duration of 3 seconds(which i intended to put)… How can I fix it in order to show my splash screen png… Thanks…
Can you show us what you have in config.xm for splash screen settings? Is it the case for both iOS and Android or just one or the other? Are you interfacing $cordovaSplashscreen code anywhere, if so show us.
I manage to show my splash screen already by making the time delay of 5000 milliseconds… and by the way I install the latest plugin in the github…