Page 1 of 1

HTML5 - Splashscreen

Posted: Wed Nov 30, 2016 11:55 am
by AadGouka
Hi all,

I noticed that in the Settings.js there is a timer for the splashscreen (standard = 5000)
Is there a way to disable the splashcreen ?

Best regards,

Aad Gouka

Re: HTML5 - Splashscreen

Posted: Wed Nov 30, 2016 2:30 pm
by hansen
I've mine set to 1000 and changed the splash text to a spinning icon. What if you do this?
W.splashscreencontent = "";
W.splashscreentime = 1;

Re: HTML5 - Splashscreen

Posted: Wed Nov 30, 2016 2:53 pm
by AadGouka
Removing the total content did the trick.
W.splashscreencontent = "";

Thanks for your suggestion.

Re: HTML5 - Splashscreen

Posted: Wed Nov 30, 2016 5:13 pm
by admin
Hello,

Good suggestion Hansen, thank you :)