Top "Orientation" questions

Orientation is the way up, down, left or right something is facing or being held in.

Horizontal UITableView

I want implement a layout in my ipad application that has a uitable view that scrolls left and right rather …

iphone orientation ipad
Determine UIInterfaceOrientation on iPad

I don't need to specify the orientation in this case, I just need to detect it, but I'm having trouble. …

iphone ipad orientation
Get current orientation of iPad?

In a given event handler (not the "shouldAutorotateToInterfaceOrientation" method) how do I detect the current iPad orientation? I have a …

ipad orientation
Detecting if a device is able to change orientation in JavaScript

Is there a native JavaScript (or through the use of a library such as JQuery/Modernizr etc) way to detect …

javascript jquery orientation device-orientation orientation-changes
Responsive site is zoomed in when flipping between Portrait and Landscape on iPad/iPhone

I've built a responsive site using Twitter Bootstrap here: http://zarin.me/cce/ The responsive design works great on iPad …

orientation responsive-design viewport screen-orientation device-orientation
Android onConfigurationChanged not being called

I am having trouble with telling Android to not call onCreate() when the orientation changes. I have added android:configChanges="…

java android configuration orientation
Android how to fix camera orientation

Notice how the view of the camera (NOT THE CAPTURED IMAGE) was flipped to left (image above), the orientation of …

android android-activity camera orientation
Status bar is Landscape, but [[UIApplication sharedApplication] statusBarOrientation] returns portrait

This problem appears to be intermittent, but I am not sure why exactly. When running my application on the device (…

ios ipad orientation uiinterfaceorientation
Android phone orientation overview including compass

I've been trying to get my head around the Android orientation sensors for a while. I thought I understood it. …

android orientation device-orientation bearing compass-geolocation
Orientation in a UIView added to a UIWindow

I have a UIView which is supposed to cover the whole device (UIWindow) to support an image zoom in/out …

iphone uiview orientation uiwindow