Blank screen for 7-8 sec before home page

Some news ?

I will have to use version 1 of ionic, users can not wait 7 seconds.

Thx

I think this topic can by closed, because you can find the solution here:

https://forum.ionicframework.com/t/rc4-seems-slower-to-load-the-app/73495/2

try with this config

image

I had the same problem as you. In v1 maximum loading time was 2 secodns and i never used the splashscreen plugin, i used directly my page with a spinner.
Now iā€™m forced to use the plugin and also to add to config.xml
<preference name="loadUrlTimeoutValue" value="700000"/>
to avoid problems.