Hi!
I'm trying to hide the titlebar(black bar where my app name and logo are) but it is not working for me. I have tried the following:
XML:
<Alloy>
<Window>
</Window>
</Alloy>
TSS:
"Window":
{
navBarHidden:true,
fullscreen:true,
titleControl:false,
backgroundColor:"Orange",
orientationModes:[Ti.UI.PORTRAIT]
}
tiapp.xml
<statusbar-style>default</statusbar-style>
<statusbar-hidden>true</statusbar-hidden>
<fullscreen>true</fullscreen>
<navbar-hidden>true</navbar-hidden>