Top "Landscape" questions

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

Find out if Android device is portrait or landscape for normal usage?

Is there anyway to find out if a device is portrait or landscape by default? In that I mean how …

android default landscape portrait
Using RelativeLayout dynamically and setting margins in px, dp, inch, mm

My application is just a modified ImageViewer with the options of zooming and dragging. Containing that modified Imageviewer there is …

android layout landscape margins
UIImagePickerController in Landscape

I have been searching for an answer to this, but cannot come up with anything. Apparently, iPhone SDK 3.0 made it …

iphone cocoa-touch image uiimagepickercontroller landscape
Using UIImagePickerController in landscape orientation

I am creating an app which is in landscape mode and I am using UIImagePickerController to take photos using iPhone …

ios objective-c uiimagepickercontroller landscape uiimageorientation
Run the application in Landscape mode only?

I want to run a Hello World sample application only in landscape mode on my Device. If the device changed …

android landscape
How to print HTML in landscape?

This question has been asked, and answered, but the heavily upvoted accepted answer both: doesn't explain how to do it …

html printing landscape
How do I disable landscape-orientation on an iPad app?

I created a completely new, single-view iOS universal Swift app. Then, I unchecked "Landscape Left" and "Landscape Right" in the …

ios swift xcode landscape
How to set app to be portrait only?

The only thing I can find is to use this: android:configChanges="orientation" android:screenOrientation="portrait" but it stays as …

android landscape portrait
How to change GENYMOTION screen orientation?

Is it possible to change the orientation of the genymotion emulator? Is there a shotcut or setting to change this? …

android orientation emulation landscape genymotion
How to play video full screen in landscape using exoplayer

I am using exoplayer to play video from url in my android app. In portrait everything work as expected (using …

android android-studio landscape exoplayer