Question about QSplashScreen vs Android/iOS default SplashScreen
-
hello guys,
my question is, if I design QSplashScreen for my Android/iOS app, what will be the real behaviour?
I know for defaul Android as well as iOS SplashScreen in normal condition I can not set how long it should show, because its designed to show up only until background app loads up.
so my question is, if I create QSplashScreen and set it manualy for ie 3sec, will it overload the standard iOS (mainly, because here we can not disable it) and Android SplashScreen?
Lets say not overload, but show it upfront of standard Android/iOS splascscreen?
Or i realy will see standard Android/iOS splashscreen for ie 1sec and then my QSplashScreen will show up afterwards?
Thank you