Double iPhone status bar pushes app down 20 pixels (40 in Retina)

Hi All,
On a non-retina iPhone the status bar is normally 20 pixels high, but when I enable my phone as a wireless hotspot its height doubles to 40 pixels so that it can display text saying "personal hotspot".
When it does this my AIR app gets pushed down and the bottom 20 rows of pixels are cut off, i.e. aren't displayed.
This, simply stated, looks terrible.
Is this a known bug?
Is there some way I can avoid this?
Douglas

I've created a bug report for this issue - if you're concerned about this problem please vote for it:
https://bugbase.adobe.com/index.cfm?event=bug&id=3621841

Similar Messages

  • Z2 Status bar not pulling down

    Hi everyone, hoping someone can help.
    As the subject says - the status/notification bar (or whatever its called) is not 'pulling down'. I've switched phone off and on a few times. Pressed the little red button next to sim card slot....nothing is working. 
    Any ideas/solutions appreciated.
    Many thanks

    I have the same probleme with my new xperia z2 I ve just bought it 5 days ago and the notification /status bar isnot sliding down I even reinstalled the software using sus but nothing helped. this is the worst phone I ve evwer seen in just 5 days I have experienced water inside the camera lens beacuse of the gaps and ridiculous heat issue in each task and the camera really sucked i cant do anything beacuse of heating really disappointed from sony I had xperia p and it was much better than this s**t.excuse me for my manners but I am really mad.

  • IPhone - Status Bar

    I have noticed a new item on my iPhone status bar that I haven't really noticed previously. Right next to the battery, I have an icon with a traditional handset and seven dots under it.
    I can find anything about it in the user guide and was hoping someone here (even though it's probably so painfully obvious) could shed some light. It's killing me not knowing

    It means your phone is enabled for TTY use. The explanation of the icon is in the beginning of the User Guide. But no, I don't know how to turn it off.

  • Weird message below status bar - icons move down and almost touch dock

    Ever since installing 3.0 on my 3g iphone I've had a weird problem. Roughly around an hour or so after the phone is on, the icons on the page move down (about an 1/8 of an inch) and the words "Revisar ADN" appear below the status bar. A little bit later the message will go away but the icons will remain shifted down. The only way to fix it is to turn the phone off and back on again, but again, roughly an hour later it happens again.
    I have restored several times but to no avail.
    Some more info about the situation: I purchased and activated the phone in Guatemala (where I live) and my carrier is Claro. The words "revisar ADN" mean "check DNA" in english. The phone is not jailbroken or anything like that. Even though the carrier is Claro, the international settings are in English with the exception of the spanish language added to the keyboard. I've had the phone for about 6 months and on 2.2.1 never got this message.
    Any help would be appreciated.

    Thanks so much for the information and the investigation on this (I saw you posting in other forums as well). Through some trial and error I think things are working finally. Here is the story for anyone else that might suffer from the same problem.
    I originally tried the SIM trick and took the SIM out, put it into another phone, added a contact, and then put the SIM back in. This unfortunately did not work. A few hours later the icons had moved again. I then noticed that the contact that I had added to the SIM was not in my iphone address book, so I imported the contacts from the SIM (Settings>Mail, Contact, Calendars>Import Sim Contact), hoping that this would fix the problem. That didn't work either. I turned the phone off and on again, and that didn't work either.
    Then I began to look into the "Claro Contactos" issue, and went looking for the SIM Applications (Settings>Phone). Now, I am almost positive that when I looked here earlier that day the SIM Applications button was not there. Maybe it was, but I'm thinking that by putting the chip into another phone and then putting it back into the iphone, this "unlocked" this feature. Or maybe it was the simple act of taking it out and putting it back in. Either way it was there now. I had never heard (or turned on) Claro Contactos so I went hunting for where to turn it off. After finding it "Utilidades Claro" it popped up a message asking if I wanted to turn it on. Obviously I had not used the feature before so I couldn't turn it off like the previous post had suggested. So I did the opposite and turned it on. I then touched the button "Respaldo Contactos" to back up that one contact to this service and then touched the button "Respaldo Automatico" and told it NOT to back up automatically. After doing all of this, I turned the phone off and on again, and now everything has been fine. It's been a full day and my icons are right where they should be.
    I mention the process because I'm not totally convinced that just by turning the Claro Contactos on was the issue. I think the whole process is the solution. Maybe someone else that has the same issue can try the process, but backwards and see if just switching the Claro Contactos on (or off) solves the problem.
    Thanks for the help and I hope this helps whoever else might have the same problem.

  • IPhone Status Bar Icons

    Anyone know how to place custom icons in the status bar?

    Page 12:  The User Guide is available at http://support.apple.com/manuals/ or downloadable from iTunes as an iBook.
    I wouldn't get over-excited by the 4G:  news.cnet.com/8301-30686_3-57393828-266/has-ios-5.1-turned-the-iphone-4s-into-a -4g-device-overnight/

  • Status bar/Notification pull down difficult in home screen

    Weird issue I'm getting since installing 5.1 While in the lock screen, if I was to pull down the status bar - it's fine. Same sensitivity as before. Once I unlock my phone, trying to pull down the status bar is incredibly difficult. Takes about 5 swipes before it comes down. Anyone else having this issue? CheersMarc

    Try if this occurs in Safe mode:https://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008

  • IPhone status bar space

    Hi,
       I am buiding an iPhone application my requirement is that it should also be compatible with iPad.Now when I am running the application everything goes perfect, but in iPad when the PhotoPicker is presented , a white space is shown in status bar's frame. How could we get the status bar of iPhone frame in iPad. 
    Any help will be appreciated.
    Thank you.

    Hello all,
    A little more detail for everyone (and more questions). I found out that the NIB file for my item selector was not being used *+at all+*. Frustrating. I then did the following prior to addSubView:
    \[\[ navigationController view] setFrame:CGRectMake(0.0, 0.0, 320.0, 480.0)\];
    And voila, the item selection box takes the proper size of the screen with no nasty gaps in between the navigation bar and the status bar.
    Any ideas why the UINavigationController would be defaulting the navigation bar so low? Here's my "selectItem" method:
    - (IBAction)selectItem:(id)sender
    ItemSelectorController *itemSelectorController = \[\[ItemSelectorWindow alloc\] init\];
    UINavigationController *navigationController = \[ \[ UINavigationController alloc \] initWithRootViewController:itemSelectorController \];
    \[\[ navigationController view\] setFrame:CGRectMake(0.0, 0.0, 320.0, 480.0)\];
    \[self.view addSubview:\[navigationController view\]\];
    All of this occurs in the mainViewContoller which is a UIViewContoller. The item selector has its own itemSelectorController. Am I doing something wrong here?
    Now I need to find out how to get out of this window and send a message back to the mainViewController with a reference to the item that was selected. Basic stuff I know.
    - George

  • Translation of tooltip text for push button in status bar

    hi experts,
    I need to translate tooltip text of status bar push button from english language to  German . I am trying it using transaction SE41  Goto-> Translation . But it is not working . Please tell me the exact procedure to translate it , elaborately.
    Points will be rewarded.
    Thanks,
    Sushant

    Dear Shusant,
                             Create the text element for tooltip text, and translate the text element into German Language from GOTO menu.
    If helpfull give reward point.
    Thanks

  • Bell with line through, on status bar

    Hello to whom it may concern I have a problem I cant seem to fix. The problem is with my iphone status bar as you see to the left of the battery percentage and to the right of the do not disturb symbol you see what appears to be a bell with a line crossed through it, I cannot figure out how to turn this off anybody out there please help me??? I have been wreaking my brain trying to figure out what the problem is, Im asking for any and all help!!!

    Problem fixed something I had pushed on when my home button wasnt working fixed, I would take down but idk how.

  • Why is the status bar purple with a microphone icon?

    My status bar at the top is now purple with an microphone icon.  Why is this?

    This occurs when you pair your iPhone to your in car audio system and start siri. If you look at the purple header carefully you will see the siri style mic logo on the right.
    To get rid of the purple bar:
    1. Disconnect your iPhone from your car audio
    2. Invoke siri
    3. Switch siri off again without doing anything and the status bar should go back to normal.
    You can find out more about this here: http://www.netchimp.co.uk/webdesign/iphone-ipad-macbook-mac/guide-ios-7-icons-sy mbols-iphone-status-bar/

  • Samsung s4 status bar issue

    After upgrade tp kit kat I cannot get the status bar to drop down when I swipe it.  Cannot see the notifications

        Hello cbf021!
    I'm sorry you're having these issues after the update! The notification bar is important to me as well, so let's try some troubleshooting. For starters, please remove the SIM card and the battery from the device for about a minute. Then, reattach and power on/retest.
    If still having an issue, you may want to try a master reset of the device. This can often resolve issues after a software update. Here are the steps for you: http://vz.to/1tXwfyH
    Keep me posted!
    ChristinaB_VZW
    VZW Support
    Follow us on Twitter @VZWSupport

  • Can't remove add ons from status bar

    I added weather apps at bottom status bar after app dissapeared. The new ones take up the whole bar and I don't like it. Now I can't get rid of them.

    how did you uninstall that software? did you simply trash the application? that wasn't the proper way to do it since the app used an installer to install. there should be an uninstaller that came with that app. try using that. you might have to reinstall that software first. if that doesn't work then you have to search out what exactly that software installed. there could be login items. check those in system preferences->accounts. or there could be some launch daemons. check homedirectory/Library/Launchagents, /Library/launchagents and /Library/launchdaemons. but definitely try the uninstaller first.

  • The status bar is pushed up at about 3/4 of the screen, so I can view onlu firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full vi

    The status bar is pushed up at about 3/4 of the screen, so I can view only Firefox at about 1/4, good thing there is a scroll bar, but below the status bar is white display? can u please help me, I want to drag down the status bar so I can have a full view
    == This happened ==
    Every time Firefox opened

    Your code is absolutely unreadable - even if someone was willing to
    help, it's simply impossible. I do give you a few tips, though: If you
    understand your code (i.e. if it really is YOUR code), you should be
    able to realize that your minimum and maximum never get set (thus they
    are both 0) and your exam 3 is set with the wrong value. SEE where
    those should get set and figure out why they're not. Chances are you
    are doing something to them that makes one 'if' fail or you just
    erroneously assign a wrong variable!

  • Where is status bar when running iphone app

    I've updated my iPad Mini to iOS 7 and now when I run iPhone apps I don't see the status bar (time and battery level etc).  It used to show in iOS 6.
    I see the status bar fine when running iPad apps, just not iPhone apps.
    Any ideas?

    I don't know which app your using but you can try deleting it and reinstalling it from the cloud. If it's in iPhone mode, you should see the 2x but when you switch it to 2x yes the option seems to disappear to go back to 1x when you are using IOS 7.
    I lost the 1x on one of my apps but when I removed and reinstalled, it was there again. The time was showing at the top when I reinstalled it again from the cloud.

  • HT1222 I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit

    I have iphone 4 and the software is ios 7.0.2. I am facing problems with my phone. Since the last software update my phone has started giving problems. like it hangs sometime when i recieve an incoming call. The carrier status bar shifts down a bit and sometimes it vanishes automatically. I,m confused.
    Secondly i have an update IOS 7.0.4 waiting in my Software Update menu. I have tried so many times to update my iphone but it always fails to update the IOS 7.0.4. Any body suggest anything regarding this

    Wow. Lots of help. Thanks apple

Maybe you are looking for

  • Photos do not appear inline on Yahoo e-mails

    When opening e-mails on the Yahoo mail website, inline photos do not appear. This occurs only with Firefox. OS Win7 w/Norton 360. Using Better Privacy add on. Site added to pop up allowed exceptions

  • READ_LINKS_OF_BINRELS instead of SREL_GET_NEXT_RELATIONS

    I am updating a report from 4.7 to 5.0, and I learned that function module SREL_GET_NEXT_RELATIONS will not work for me in 5.0. I am trying to use cl_binary_relation=>read_links_of_binrels instead, and then call FM SO_OBJECT_READ. In code for 4.7 I u

  • Location for UIModel.xml file

    I've a problem storing UIModel.xml files in a package. Right now when ever i create any datapage, everytime the UIModel.xml file is always getting stored in a package structure defined earlier. Basically i just want to know, where exactly i need to s

  • IPhoto crawls with large library

    I am running a Macbook Pro from early 2011, OS X 10.9.5 with 2.7 GHz Core i& process, 4 GB of Ram with 500 GB HD and 160 GB available.  The iPhoto Library alone is 167 GB and iPhoto crawls each time we use it.  We take a lot of photos and video and t

  • Oracle 9i Manual.....

    hi.... Can u tell me any one..... I need the Oracle 9i Manual(SQL & PL/SQL) in .CHM format. Can u tell me.... free download link of oracle 9i manual in .CHM format. Thanks S.Ashokkumar.