Top "Landscape" questions

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

Force an Android activity to always use landscape mode

I am using the Android VNC viewer on my HTC G1. But for some reason, that application is always in …

android landscape android-orientation
Force "portrait" orientation mode

I'm trying to force the "portrait" mode for my application because my application is absolutely not designed for the "landscape" …

android screen orientation landscape portrait
How do I specify different layouts for portrait and landscape orientations?

I've seen references to being able to specify two separate layout xml files for an activity, one for Portrait and …

android orientation landscape portrait
Force landscape mode in one ViewController using Swift

I am trying to force only one view in my application on landscape mode, I am calling override func shouldAutorotate() …

ios swift landscape
Mobile site - force landscape only / no auto-rotate

I have a site that has a mobile stylesheet: <link rel="stylesheet" href="css/mobile.css" media="handheld"> …

jquery css mobile landscape autorotate
Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES'

My app (iPad;iOS 6) is a landscape only application, but when I try using a UIPopoverController to display the photo …

ipad uipopovercontroller landscape ios6
3 media queries for iphone portrait, landscape and ipad portrait

I have tried the different combinations of width & device-width but on the iPhone in landscape this code never turns …

iphone css media-queries landscape portrait
css expanding based on portrait or landscape screen size?

I have two divs that are floating next to each other. What i would like is to have it have …

css mobile landscape portrait
Only ONE VIEW landscape mode

I finished my iOS app but I need to set only ONE view to landscape mode, the rest of the …

ios objective-c xcode landscape viewcontroller