Titanium Community Questions & Answer Archive

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

Status bar briefly appears after the default screen.

I have the following in my app.js file

win.fullscreen = true;

but that doesn't stop the status bar briefly appearing on the default.png loading screen.

How do you launch an app fullscreen without a status bar?

— asked March 24th 2010 by Phi Chong
  • fullscreen
  • iphone
  • statusbar
0 Comments

2 Answers

  • Accepted Answer

    try setting this to true in your tiapp.xml

    <statusbar-hidden>true</statusbar-hidden>

    — answered March 24th 2010 by Nolan Wright
    permalink
    1 Comment
    • I set the fullscreen in tiapp.xml to true but still I see the status bar briefly. Is there something I might have done wrong? I also set the window setting fullscreen to true.

      — commented July 20th 2011 by Wienke Giezeman
  • some how the answer got skewed in the transition I guess. Full screen is achieved by

    setting tiapp.xml like

        <statusbar-hidden>true</statusbar-hidden>
        <fullscreen>true</fullscreen>
    
    — answered July 20th 2011 by Wienke Giezeman
    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.