Top "Landscape-portrait" questions

The concept of a mobile device being able to be viewed both in landscape mode and in portrait mode.

android camera portrait orientation

I am using camera in my app. I am just using intent to start camera Intent cameraIntent = new Intent(android.…

android android-camera android-camera-intent landscape-portrait
How to set page orientation for Word document?

I use Apache POI XWPF to create and handle MS Word documents. But I didn't find in the documentation how …

java apache-poi landscape-portrait orientation-changes xwpf
setting screenOrientation in AndroidManifest.xml does not work

I have a simple hello world Android testing project. In my AndroidManifest.xml, I already set android:screenOrientation="portrait" android:…

android xml android-activity orientation landscape-portrait
how to lock portrait orientation for only view in ios 7

I have created an application for Iphone and Ipad that is composed from two main views with navigation controller. The …

objective-c ios7 landscape-portrait
Disable landscape orientation for iOS 7 application?

First time developer and have just setup the certificates to be able to run my application on an iOS device. …

ios landscape-portrait
Portrait and Landscape mode in iOS6

When updating my app to iOS6 standard the portrait / landscape is gone. Ir worked perfectly when I was building with …

xcode ios6 landscape-portrait
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
Can I determine if a device is in portrait or landscape mode using jquery?

I want to conditionally alter what the user sees on the photo gallery web site I'm going to create based …

javascript jquery jquery-mobile screen-orientation landscape-portrait
How to manually set the device orientation when App Deployment Info portrait is locked?

I dont want my app to be landscaped and always be porttrait.So i made my app Deployment Info to …

ios iphone landscape-portrait portrait uideviceorientation
AlertDialog Displays Landscape-Sized View with Orientation in Landscape

My app's main activity is set in the manifest to always be in portrait view. This works fine when I …

android orientation android-alertdialog landscape-portrait