Page 2 of 2

Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Sat May 03, 2014 2:56 pm
by Illya Stepanov

Hi Primož,

By the "not working" - you mean the app doesn't start at all? Or the delay time is not working within setup interval?

What libraries version you're using in your App Settings?


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Sun May 04, 2014 6:53 pm
by Primož Rejec

Hello,

the app is working fine. The delay time is not working within setup interval.

I'm using V2.0. libraries.

I've ran out of time so i had to delete splash images and send the app to app store and google play.


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Mon May 05, 2014 4:55 pm
by Kateryna Grynko

Hi Primož,

You can make it work as you want by two ways:

1 Edit PhoneGapActivity.java file. Find this line:presuper.loadUrl(WORK_DIR + getStartFileName(), 10000);/preand change 10000 to a needed value.

  1. Edit config.xml by adding the following lines: precode<preference name="SplashScreen" value="splash" />
    <preference name="SplashScreenDelay" value="3000" />/code/pre

Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Mon May 05, 2014 5:02 pm
by Primož Rejec

Hello.

Thank you very much for your answers, but i've ran out of time and had to upload app to store's without splash screen.

Hope your answers help others if they'l need them.

Thanks again


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Mon May 12, 2014 2:26 pm
by Nikhil C Davies

Hi there, I havent added the splash screen, but i find that there is a 10-15 sec lag in the boot up of the app. And this is not consistent. I have found that the app may start is a couple of secs and it may take upto 20 secs. A blank white screen is displayed until then. What could be the issue?


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Tue May 13, 2014 11:07 am
by Maryna Brodina

Hello!

Could you clarify if you have checked "Render all pages in one HTML file" option?


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Tue May 13, 2014 11:44 am
by Nikhil C Davies

No, I have not checked that option.


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Tue May 13, 2014 11:49 am
by Nikhil C Davies

No, I have not checked that option.


Slow startscreen (loading screen) on Android. 10 seconds delay !!

Posted: Tue May 13, 2014 11:53 am
by Maryna Brodina

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a so we can test it.
When it is done, post app name, steps to reproduce, also clarify what device/OS version you use.