Page 1 of 1

splash screen duration on android

Posted: Fri Jun 05, 2015 8:28 pm
by Terry Gilliver

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


splash screen duration on android

Posted: Fri Jun 05, 2015 10:12 pm
by Evgene Karachevtsev

Hello Terry,

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


splash screen duration on android

Posted: Mon Jun 08, 2015 3:25 pm
by Terry Gilliver

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


splash screen duration on android

Posted: Wed Jun 10, 2015 3:33 am
by Yurii Orishchuk

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.


splash screen duration on android

Posted: Fri Jun 12, 2015 12:04 am
by Terry Gilliver

Thanks Yurii