Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Show Splashscreen longer

Hello,

is there any way to show the Splashscreen longer than those 1-2 seconds?

— asked April 26th 2010 by Michael Gajda
  • longer
  • splash screen
0 Comments

4 Answers

  • You can try this:.

    setTimeout(function(){
        win.open();
    },<your-time-in-ms>);
    

    I hope this helps :D

    — answered June 30th 2011 by Arn Carver
    permalink
    0 Comments
  • You could load first window with a image view identical with the splash, and displayed as long as you need to load the rest of the app.
    Don't forget to let the user know that the app is loading if it takes too much :)

    — answered April 26th 2010 by Dan Tamas
    permalink
    0 Comments
  • Yep, agree with Tamas. The more your app needs to load to get started, the longer the splash screen will be displayed, so his image view idea is what I'd try too.

    — answered April 26th 2010 by Dan Giulvezan
    permalink
    0 Comments
  • Thanks or the answers. But how is it possible to remove this imageView, let me say after 4 seconds? I tried things such setTimeout, but it didn't worked.

    Any examlpes out there? Would be nice to hear from you!

    — answered April 29th 2010 by Michael Gajda
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.