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...
Any way to change wantsfullscreenlayout in iOS?
"wantsfullscreenlayout" needs to be set to YES in an app's View Controller in order for elements to be seen below a translucent status bar. Is there any way to set this to YES?
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/notificationbar/footbar height? (available height)
Hello, Is there a way to get the actual height of the screen of a device? Ti.Platform.displayCaps.platformHeight gives me vertical resolution of the screen, not the actual real estate I have at my disposal. On iOS it's always 20 (40 @ retina), but on...
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...
Android: controling of status bar on splash screen and inside the app
Hi, in my project I want suppress (avoid) status bar (with batery status, clock …) and I have inserted: ~~~ <statusbar-style>none</statusbar-style> <statusbar-hidden>true</statusbar-hidden> ~~~ In tiapp.xml. I see on start: - a...
Fullscreen view with translucent statusbar above
G'Day, I was just wondering how to get a fullscreen layout in a TableView with the statusbar & navbar translucent above it (like for example to photoviewer). I've tried multiple ways, but it seems that i always got that 20px difference when i hide...
Different statusbar settings iPhone and iPad
I am developing and iPad and iPhone universal application. So one code base and the deployment on both the iPad and iPhone. For the iPhone I want the statusbar to show. For the iPad I want it hidden. Anybody a solution how to do this?
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> ...
Fullscreen and statusbar-hidden set to true in tiapp.xml, but status bar still shows up (1.7.2 SDK)
Not sure why this isn't working, but setting this: <statusbar-hidden>true</statusbar-hidden> <fullscreen>true</fullscreen> does not do what it should. I have to manually hide the status bar with Ti.UI.iPhone.hideStatusBar(), which...
Fade out statusbar and navbar
Hi, I want to duplicate the effect in the iPhone photogallery where the statusbar and navbar fades out after a few second. So far I've only found a way to completely hide or show them. How can I access them for animation ? thanks
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,...
Statusabr on Android - not showing
I want the statusbar to been showed on my android app, where can I set it?
Icon on status bar
Hello. I am working in a Music Player Application which play songs from URL. When I play music inside my application, I need to create a play icon in the status bar. When I select play, the playerpage.js should be shown. I looked at...
iPhone StatusBar Styling Errors, Need help!
I have searched and searched the Q&A trying to find an answer this this issue with no luck. All the suggestions people have posted to try and change the iPhone statusbar style in an application do not work. I need to change the StatusBar to...
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...
hide statusbar on splash-screen
is this possible, tried to set <statusbar-hidden>true</statusbar-hidden> in tiapp.xml, but it doesn't seem to work. do i have to change <statusbar-style>default</statusbar-style> too?
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?
Showing 1-22 of 22