Landscape orientation on iPhone 5

Ever since I upgraded to the latest iOS, I haven't been able to get my phone to change orientation. When in Safari, mail, etc., it stays in portrait orientation. How can I get this to work?

Check the status bar on your phone and see if the orientation lock is on. Look up by the battery icon and you would see a circular arrow with a lock in it. Swipe upwards from the bottom of the phone to bring up Control Center. The orientation lock is the last one on the right of the top row of icons. When white it is on, black it is off.

Similar Messages

  • Is it possible to lock landscape orientation on iPhone 5s with iOS 7?

    Is it possible to lock landscape orientation on iPhone 5s with iOS 7?

    art20362 wrote:
    So far the best thing I've seen to get the screen to lock in landscape orientation is to use Assistive Touch
    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New..
    Restart... Reset  >  http://support.apple.com/kb/ht1430
    Restore from Backup...  Restore as New  >  http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • How to read ibooks on landscape orientation one page at a time on iPhone 6 Plus

    How can I force iPhone 6 Plus to show me only one page at the time on landscape orientation on iBooks. Right now it show me one page at the time if it is in portrait orientation but as soon as I turn the phone to landscape orientation it splits and shows me two pages ie page 1 and page 2.

    I've looked everywhere I can think of to change the way that iBooks handles this and cannot find an option to change it. If you choose scrolling view then it will not show two columns but then you scroll to read rather than turning "pages."

  • After updating to iOS 8.0.2 in my iPhone 5S, why does automatic landscape orientation doesn't work?

    I recently updated to iOS 8.0.2 in my iPhone 5S. Since that update, landscape orientation doesn't work for any application. I have ensured that the Portrait Orientation lock is Off.

    I have a workaround, if you lock then unlock the orientation lock it seems to work again.

  • I have managed to lock the landscape orientation on my iphone 3 - any ideas as to how I unlock it please?

    I have managed to  lock the landscape orientation on my iphone 3 - any ideas as to how I unlock it please?

    Im not aware that you can lock your screen in landscape so I'm assuming you have locked it in portrait and want to allow it to ne seen landscape, therefore double click the Home button, swipe the icons to the right, you will see an icon with a circle-arrow. That is your screen orientation lock.
    Assuming again you have iOS5 have a look at the following for more help, page 21
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Why has my landscape orientation feature quit working. Images do not rotate when device is rotated., why has my landscape orientation feature quit working. Display does not rotate when device is rotated.

    why has my landscape orientation feature quit working. Display does not rotate when device is rotated.

    Is orientation lock on?
    iPhone User Guide (For iOS 6 Software)

  • Photo orientation with iPhone 5

    When I take a photo with my iPhone 5 and email it to someone (including my desktop computer), it arrives in landscape orientation even if I shot the image as portrait. So I have to manually rotate the image 90°. I have heard that there is a fix for this problem, but do not remember the steps involved. Can someone provide the steps to reset the phone so it sends the photos in the orientation in which they were shot?  Thanks!

    The client is ignoring the orientation information in the metadata for the photo. It's not a problem with the phone, it's a problem with theclient who is receiving it.

  • How to enable a fixed Landscape orientation ?

    Dear all,
    How can you design an Analysis Application for iPad so that is always displayed in Landscape orientation ?
    I want to disable the Portrait orientation for my Analysis Applicaiton.
    Many thanks
    Hans

    I found a possible CSS-only solution on Stack Overflow - was written for iPhone Portrait but I'd imagine the pixels could be adapted for iPad Landscape.
    Source: How do I lock the orientation to portrait mode in a iPhone Web Application? - Stack Overflow
    @media (max-height: 480px) and (min-width: 480px) and (max-width: 600px) {
      html{
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transform-origin: left top;
      -moz-transform-origin: left top;
      -ms-transform-origin: left top;
      -o-transform-origin: left top;
      transform-origin: left top;
      width: 320px; /*this is the iPhone screen width.*/
      position: absolute;
      top: 100%;
      left: 0

  • How to change to landscape orientation in Pages for iPhone4s?

    Does anyone know how to change to landscape orientation in Pages for iPhone 4s and iPad?

    The functionality on an iPhone is greatly diminished when having to work in potrait mode due to the screen size; it really becomes a bit useless.
    It seeems a no-brainer; I guess that's why I asked on the forum.
    Maybe someone else knows more.?
    I hope that you're not right but think you probably are.
    Thanks again for offering to help!

  • Landscape orientation locked

    Somehow I must have locked my Mail app in landscape orientation on my new iPhone 4. How do I unlock it so that Mail shows up in portrait mode instead of landscape?

    I had the same problem with my iphone 5s with latest ios 7.  i tried everything including restarting several times, but nothing worked, all apps immediately went landscape mode unless i had phone locked in portrait mode.  I finally decided that the accelerometer was physically broken.  I went to the compass app to test the accelerometer and at first it didn't work right.  then I went to the "level" app which is part of the compass and starting turning my phone over and over and eventually the accelerometer recalibrated itself and everything works fine now.  So try that.

  • Supporting locking landscape orientation

    It's really convinent to lock the landscape orientation when reading. So will the future version of reader support it ?

    The only thing, what is necessary, is to NOT support iPhone upside down orientation. I can't imagine a case when somebody needs to read PDF and hold iPhone in upside down position.
    If upside down orientation is not supported and you turn iPhone to this position (e.g. when uou read in bed), the screen remains in landscape orientation and that is the desired efect. None Apple application support upside down orientation. See for example apps: iBooks, Safari, Messages, Email, Notes, Calendar, Music, ...

  • Force Landscape Orientation?

    Does anybody know of a way to force landscape orientation for a view controller in an iPhone application?
    I have defined a UI in Interface Builder that I want to always show in landscape mode.
    When the app first starts though, it is always in Portrait Mode.
    Once the orientation is changed to landscape it will never go back to Portrait since I have setup the shouldAutorotateToInterfaceOrientation method correctly, but I can't seem to figure out a way to start it out in landscape mode.

    Andrew, I'm having a very similar problem. Have you found a solution yet?
    I have an app that has two screens, one is displayed landscape, and the other is displayed portrait. The user can press a button to swap between them. When I switch between the views I call
    [[UIDevice currentDevice] setOrientation:UIInterfaceOrientationPortrait];
    or
    [[UIDevice currentDevice] setOrientation:UIInterfaceOrientationLandscapeRight];
    to put the device into the correct orientation for whichever view I'm about to display.
    Problem is, if the user is on the landscape screen, rotates the phone to portrait, and then presses the button to switch to the screen that is in portrait, the new view gets put on in the wrong orientation (landscape). If the user then rotates the device to landscape and back to portrait, it fixes itself. It's like the phone ignored the call to [[UIDevice currentDevice] setOrientation:UIInterfaceOrientationPortrait]; if the device is already being held in portrait orientation.
    I've been at this for a few days now, and I'm really stuck. Any help would be appreciated.

  • Why is Aperture video editing limited to landscape oriented videos only?

    I have iPhone videos that I've imported into Aperture 3.  Only the landscape oriented videos feature the pop-up box that allows you to scroll back and forth within a video, trim the video, edit it, etc.  Portrait oriented videos only offer play and pause.
    Is this true for others?  It seems a bit ridiculous.  I've done some searching and can't find any references to this elsewhere.

    Is this true for others?  It seems a bit ridiculous.
    I never noticed, but for videos in "Portrait" mode I also do not see any "Edt" and Trim" options, only the "play" button:

  • Lock the app in Landscape orientation

    I want to lock a app in landscape mode. So that i have used - (BOOL)shouldAutorotate { return NO;} and - (NSUInteger)supportedInterfaceOrientations { return UIInterfaceOrientationMaskLandscape;}. Till iOS7.0 it was working fine. But in iOS 8.1 My App is not getting landscape orientation. Even keyboard is not opening properly. Please suggest me if i am doing anything wrong. Or Apple has changed something in these methods.

    Tell Apple at the link below.
    http://www.apple.com/feedback/iphone.html

  • HT1947 Remote for ipad landscape orientation not working in ios 7

    Remote for ipad landscape orientation not working in ios 7

    See this thread: remote app rotation locked in portrait orientation after iOS 7 upgrade
    It is a discussion only - no helpful hints.  Appears to be a bug for sure.

Maybe you are looking for

  • Update Routine ABAP question

    Hi, I am updating data between two ODS objects using some update routines. I would like to write the following routine (in pseudo code): ++++++++++++++++++++++++++++++++++++++++++++++++++++ Check if the characteristic i am updating is not null IF COM

  • Got home wifi again

    What did it cost? A new router (got the Apple Airport Extreme). Even though DH's new iPod Touch was able to access our home wifi my 3 month old iPod Touch (same model and memory size) stopped being able to access it as soon as I d/l 3.0 OS. We kept h

  • Dual AMD FirePro D700 Slots

    I have a Mac Pro ( late 2013 ) with dual AMD FirePro D700's - My question is regarding the GPU's Slot-1 and Slot-2. No matter which Thunderbolt 2 port I plug the Cinema Display Cable into it's always showing as Slot-2. Is this normal? The main reason

  • "On line", green light indicator on disconected internet

    Hello dear Skype.I have a problem long time.When I am disconected of Skype or internet, on my Skype friends permanent point that I am premanent "On line". Please for your help to do resolve of my problem. Thank you.Best Regards,  

  • Is it possible to set a default media player for the iPhone?

    I have a music subscription with another company, therefore all my music is played through their app. When I plug my phone into my car to play music, it always opens iTunes and alerts me there is no music there so I have to open the app and select th