HTML5 - Splashscreen

General conversation about our product. Get help with your 'How To' questions.
Post Reply
AadGouka
Posts: 72
Joined: Thu Feb 05, 2015 1:48 pm

HTML5 - Splashscreen

Post by AadGouka » Wed Nov 30, 2016 11:55 am

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

hansen
Posts: 137
Joined: Wed Dec 02, 2015 12:23 am

Re: HTML5 - Splashscreen

Post by hansen » Wed Nov 30, 2016 2:30 pm

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;

AadGouka
Posts: 72
Joined: Thu Feb 05, 2015 1:48 pm

Re: HTML5 - Splashscreen

Post by AadGouka » Wed Nov 30, 2016 2:53 pm

Removing the total content did the trick.
W.splashscreencontent = "";

Thanks for your suggestion.

User avatar
admin
Site Admin
Posts: 1649
Joined: Wed Sep 05, 2012 6:38 am

Re: HTML5 - Splashscreen

Post by admin » Wed Nov 30, 2016 5:13 pm

Hello,

Good suggestion Hansen, thank you :)
Olivier
TSplus support team administrator
Image

Post Reply