Community Questions & Answers

Height of status Bar?

I would like to get the height of the status bar, however i cannot find out how to do it in code. I found the following answers, however i am not sure if that covers every possible...

Getting the app-icon in the status bar

Hey there, I was wondering if(and how) it's possible to get the icon of the app in the statusbar of the phone. So when you minimize the screen(Home button usually) the icon appears there making it easy to turn back to the app again. So not really a...

Status bar & scroll to top problems

I have 2 windows with 2 table views: 1 window is sidebar (called A), 1 window is main content (called B). Both these windows are opened at the same time. When I tap status bar, tableview in window A is scrolled to top. But I need to scroll the tableview...

StatusBar color and barColor

Am I right in thinking that it ought to be possible to set the StatusBar of an iOS 6 app to one of it's standard styles and then be able to set a window's Nav bar's colour (we spell it like that in the UK, mad people that we are) to say dark blue without...

Translucent Statusbar

I'm trying to change the status bar style when a new window opens. My setup is something like this: ~~~~ win.addEventListener('open', function() { Ti.UI.iPhone.setStatusBarStyle(Ti.UI.iPhone.StatusBar.TRANSLUCENT_BLACK); }); ~~~~ But the above doesn't...

StatusBar() & ScrollView

Hi all! can we make a transparent StatusBar() so we can see the ScrollView under it ?? something like when we scroll à thumbnails on iphone gallery . thanks

iOS statusbar transparent

Hi... is possible have a transparent statusbar ?? For example, when the load screen appears... the statusbar is transparent... and is floating over the load image, but... when the app is load... the statusbar is opaque... not transparent... not float...

No Statusbar on Android

The only time I see any indication of the Android statusbar is during the app launch / splashscreen phase. After that it is missing from all windows. I have this in tiapp.xml: <statusbar-style>default</statusbar-style> ...

Icon in statusbar - like the Reeder app

Is it possible to add an icon to the statusbar like the Reeder app does? I have looked through the Kitchen Sink app and the documentation, to no avail. If anyone knows of an undocumented method or perhaps if this will be included in an upcoming release,...

Build 1.4.1- Status bar

Hi, When I make a call to service, even after the call completes the activity indicator in the status bar doesn't disappear. It remains spinning even after I move to a different window. I am sure the call has completed since it is moving to a new window...

Showing 1-22 of 22