Actions during splash [SOLVED]

I would like to know if it’s possible to make some actions in the app before hidding splash screen like making some ajax call to bring some data and if so… how or where should it be done.

Thank you.

There is a cordova/phonegap splashscreen plugin, where you can hide the splashscreen manually.
There is the “AutoHideSplashScreen” - config settings. you can set it to false.
https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md

1 Like

That worked! Thank you.