Top "Portrait" questions

Portait, in a mobile device, is that orientation where the width is smaller than the height.

Can a website force a device rotation lock?

I'm currently working on a website that is relatively equal for all devices; desktop & mobile. I'm working with % as …

rotation portrait
UISplitViewController: How force to show master popover in app launch? (portrait)

In an iPad App i'm using the UISplitViewController. I need to force to show the master popover when the app …

ipad ios5 uisplitviewcontroller portrait ios5.1
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 lock viewport to Portrait Orientation in HTML5/CSS3

Is it possible to lock the view port's orientation to portrait on a mobile device? I Googled it but could …

html css mobile viewport portrait
CSS responsive design - detect portrait display

I know it's with pure CSS possible to adapt the stylesheet according to screen dimensions, like this: @media (max-width: 959px) { /* …

css responsive-design landscape portrait landscape-portrait
Force portrait orientation while pushing from landscape View Controller

App Support: iOS6+ My app works in both portrait and landscape. But 1 controller should only works in a Portrait. The …

iphone objective-c orientation landscape portrait
How to find out if ipad is in landscape/portrait mode in javascript/jquery?

I want to add an extra div if the ipad is in landscape mode. Is there some sort of if …

javascript jquery ipad landscape portrait
jQuery mobile landscape and portrait class

I've started using the jquery mobile framework yet I cannot seem to use the landscape and portrait classes to minipulate …

jquery coding-style landscape portrait jquery-mobile
Orienting iOS splash image to landscape/portrait according to launch orientation

I have an app that can launch in portrait or landscape. I'd like the Default.png file (the splash image …

ios landscape splash-screen portrait
Camera : setDisplayOrientation function is not working for Samsung Galaxy ACE with Android 2.3.6

I was trying to create a simple camera application for research. I Read Android Camera Official Document and then started …

android camera android-camera samsung-mobile portrait