Top "Landscape" questions

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

uiwebview not resizing after changing orientation to landscape

I'm coding an iPhone app in which I have a UIWebView that loads a website with a responsive design. The …

objective-c uiwebview xcode5 orientation landscape
UIPicker sizing in landscape mode

I am trying to develop an app with a UIPicker in landscape mode, taking up (almost) the entire width of …

iphone cocoa-touch landscape
Android Device onConfigurationChanged event does not handling orientation

i have an activity and on startup of the activity i need to change the orientation in lanscape and then …

android configuration orientation landscape portrait
resize the image according to the portrait and landscape in jquerymobile?

I have to add image on the header and background . Is it possible to set the image automatically resizing according …

jquery-ui landscape jquery-mobile portrait
UIWindow with wrong size when using landscape orientation

I have an empty application and there is no storyboard or xib involved. I want to have a hidden status …

ios objective-c iphone landscape uiwindow
Best way to change XIB files based on rotation?

My app has so far just been a portrait-based application. However, I am adding landscape mode to a new version, …

iphone rotation landscape xib
force landscape ios 7

I've tried to following methods to force landscape on one my views: - (NSUInteger)supportedInterfaceOrientations { return UIInterfaceOrientationMaskLandscape; } - (UIInterfaceOrientation)preferredInterfaceOrientationForPresentation { …

ios ios7 landscape viewcontroller
Creating Landscape and Portrait layout using HTML and CSS

I have got a requirement where I need to write a HTML/CSS, which should display Landscape and Portrait, depending …

html css landscape portrait
How to make VideoView full screen

I want to play a video in my Activity using a VideoView,and make it fullscreen and landscape mode (with …

android android-videoview landscape android-fullscreen
WPF: How do you print in Landscape mode?

found this function online, which works great... except I can't figure out how to default it to print in landscape. …

wpf printing landscape