I'm very noob in Titanium Mobile. When I create a new window the content of it goes through the iPhone Status bar (hour, signal and battery icons go on the content of my window). Is there a fast way to check if the App is run by an iPhone and set the window to start under the status bar? (I mean in alloy way).
"#mainWindow": {
fullscreen: false,
statusBarStyle:Titanium.UI.iPhone.StatusBar.DEFAULT
}
I tried this but it did not work, but if I set in the previous code the property fullscreen to true the status bar disappears.