Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

splash screen duration on android

The splash screen duration on the android app is too long. How can I change its duration?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

splash screen duration on android

Hello Terry,

Please look at this post:
https://getsatisfaction.com/apperyio/...

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

splash screen duration on android

I have seen that post Evgene, but it appears to be docs for IOS. I am talking about android

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

splash screen duration on android

Hi Terry,

Here is a solution.

Please follow the these steps to set splash screen delay for android device:

  1. Open app settings on "Android binary tab" and set all splash screens.
    Details: http://prntscr.com/745xjz/direct

  2. Open source tab.

  3. Navigate to "config.xml" file and open it.
    Details: http://prntscr.com/745yw4/direct

  4. Add following line of code:
    Details: http://prntscr.com/745zuz/direct

    precode

    <preference name="splashScreenDelay" value="30000" />

    /code/pre

    In this code you can set needed splash screen delay.

    Note you edit here config.xml file. After this processing no any changes will be reflected in this file. (you will need to delete this file and then make undo source).

    Regards.

Terry Gilliver
Posts: 0
Joined: Fri Apr 18, 2014 8:45 pm

splash screen duration on android

Thanks Yurii

Return to “Issues”