initializeApp() {
this.platform.ready().then(() => {
// Okay, so the platform is ready and our plugins are available.
// Here you can do any higher level native things you might need.
this.statusBar.styleDefault();
this.splashScreen.hide();
});
}
Hi @mukeshsmk
Try to reduce the time of loadUrlTimeoutValue <preference name="loadUrlTimeoutValue" value="700000" />
Use <preference name="loadUrlTimeoutValue" value="20000" />
Hi @mukeshsmk
Did you implemented lazyloading?
If you are not integrated lazyloading do it which will reduce your loading time as well
as reduce the size of splashscreen(splash.png)
What is your test device model?
A long loading time of ionic apps often depends on bad programming style. But also old Android devices just need a lot more time to load the application.
I would be also helpful to share the plugins you are using.