Top "Landscape" questions

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

GameCenter authentication in landscape-only app throws UIApplicationInvalidInterfaceOrientation

Problem: If user is not logged into GameCenter account - GameCenter authentication view is launched in portrait mode (in ios 5 …

ios orientation ios6 landscape game-center
tabBarController and navigationControllers in landscape mode, episode II

I have a UITabBarController, and each tab handles a different UIViewController that pushes on the stack new controllers as needed. …

iphone uiviewcontroller uitabbarcontroller landscape
How to prevent a Phonegap application to switch to landscape view

This one should be very simple, however it's not. I'm trying to prevent my application from going into landscape view …

cordova app-config config landscape landscape-portrait
Handle orientation change on iPad with one UIViewController and two XIB

i'd like to handle orientation change on an iPad application with one UIViewController and two XIBs, let's say MenuView and …

ipad rotation landscape nib
Webview resizes automatically to portrait and landscape view in iphone

I am new to iphone development.In my app, i want to display the web view in device with c …

iphone uiwebview landscape screen-orientation
landscape mode problem with a navigation bar

I have a ViewController that manages a view in which I have a Table View, an ImageView and a Navigation …

ios uinavigationbar landscape
AS3 - iOS force landscape mode only?

I've built a game for iOS that is designed for landscape mode and it works just fine except that if …

actionscript-3 landscape autorotate
specify different layouts for portrait and landscape orientations?

I've specify two separate layout xml files for an activity, one for Portrait in res/layout folder and one for …

android landscape screen-orientation portrait
Force Landscape Orientation on iOS 6 in Objective-C

I have a master view controller that's inside a UINavigationController. In that master view controller, I have a button that …

objective-c xcode uinavigationcontroller landscape
How to add scrolling to the view when screen orientation is changed to landscape?

I have an Activity with several TextEdits and in portrait mode everything is displayed perfectly.But when i switch the …

java android landscape