Search code examples
titanium-mobile

How do you hide the status bar on the splash/launch screen (titanium)


 <fullscreen>true</fullscreen>
    <navbar-hidden>true</navbar-hidden>

I have tried this (in the tiapp.xml) settings, but it doesn't work.

Any idea how to resolve this problem.


Solution

  • Seems like Titanium has changed things:

                <key>UIStatusBarHidden</key>
                <true/>
    

    Set that to true in your tiapp settings