I’ve an app with many templates html.
When my app starts, all these templates are loaded asynchronously. So the user have to wait for the app to be completely initialiszed
I’d like to keep the splashscreen while every file is not loaded completely. Is it possible? Or is there any best practices about that?
But I didn’t find how it really works. The SplashScreenDelay parameter is not respected and the splash screen is hidden whatever I do with cordovaSplashscreen