Top "Landscape" questions

A page or device orientation in which the horizontal axis is longer than the vertical axis.

How can I rotate display only in landscape mode in android?

I want that my View rotates only in landscape mode, clockwise and counterclockwise. I read about the only counterclockwise for …

android rotation orientation landscape sensors
Crash on presenting UIImagePickerController under iOS 6.0

My app only supports landscape orientations via the supportedInterfaceOrientation properties. Using an iOS prior to iOS 6, my app can successfully …

orientation landscape ios6
Print Report in Landscape mode

I am using Reporting services, I want to print out my report in landscape-format, and not in portrait-format, is there …

reporting-services landscape
CSS responsive design - detect portrait display

I know it's with pure CSS possible to adapt the stylesheet according to screen dimensions, like this: @media (max-width: 959px) { /* …

css responsive-design landscape portrait landscape-portrait
Force portrait orientation while pushing from landscape View Controller

App Support: iOS6+ My app works in both portrait and landscape. But 1 controller should only works in a Portrait. The …

iphone objective-c orientation landscape portrait
How to find out if ipad is in landscape/portrait mode in javascript/jquery?

I want to add an extra div if the ipad is in landscape mode. Is there some sort of if …

javascript jquery ipad landscape portrait
jQuery mobile landscape and portrait class

I've started using the jquery mobile framework yet I cannot seem to use the landscape and portrait classes to minipulate …

jquery coding-style landscape portrait jquery-mobile
iPhone Landscape FAQ and Solutions

There has been a lot of confusion and a set of corresponding set of questions here on SO how iPhone …

iphone uiviewcontroller orientation landscape
Orienting iOS splash image to landscape/portrait according to launch orientation

I have an app that can launch in portrait or landscape. I'd like the Default.png file (the splash image …

ios landscape splash-screen portrait
UIViewController returns invalid frame?

When I start my ViewController in landscape mode (After viewDidLoad is called), I print the frame it's giving me the …

ios uiviewcontroller landscape