The device-orientation tag has no wiki summary.
19
votes
4answers
6k views
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. Then I realised I didn't. Now I think (hope) I have a better feeling for it again but I ...
11
votes
3answers
2k views
How to constrain autorotation to a single orientation for some views, while allowing all orientations on others?
This question is about iOS device rotation and multiple controlled views in a UINavigationController. Some views should be constrained to portrait orientation, and some should autorotate freely. If ...
6
votes
1answer
171 views
UISplitViewController and orientation - iOS < 5.0
I am using a splitviewcontroller as the rootview of my application. I need to show the login and registration views as a modal view on top of the splitviewcontroller. When i try presenting login/reg ...
6
votes
3answers
2k views
Storyboards orientation support for xCode 4.2?
I upgraded to xCode 4.2 and it's new Storyboards feature. However, could not find a way to support both portrait and landscape.
Of course, I did it programmatically, with 2 views, one for portrait ...
6
votes
4answers
6k views
UIScreen applicationFrame returning incorrect rectangle on landscape application launch (iPhone/iPad)
Having trouble getting the correct bounds for my iPad application when launching it in landscape mode. I have the proper keys set in my Info.plist file, and my view controllers launch properly in ...
5
votes
2answers
2k views
How to get the iPhone view's current orientation or the device's last orientation?
In my app an image appears when user shakes the device. There are different images for landscape and portrait mode. If the iPhone's orientation is portrait or landscape, it works fine. But if it is ...
5
votes
9answers
6k views
How do I detect orientation on app launch for splash screen animation on iPad!
Hi I have an app and I have two *.pngs for default splash screen:
Default-Landscape.png
Default-Portrait.png
What I want is to animate this default splash screen away when my app is loaded and ready ...
4
votes
3answers
5k views
Detect viewport orientation, if orientation is Portrait display alert message advising user of instructions
I am building a website specifically for mobile devices. There is one page in particular which is best viewed in landscape mode.
Is there a way to detect if the user visiting that page is viewing it ...
3
votes
1answer
189 views
Don't autorotate view controller, but show UIAlertView rotated
Is it possible to show a UIAlertView rotated to the device's current orientation inside a UIViewController that always returns NO in shouldAutorotateToInterfaceOrientation: ?
3
votes
4answers
2k views
What browsers support the HTML5 device orientation feature?
I tried looking at http://slides.html5rocks.com/#slide-orientation and it's not working in Chrome 10 (dev channel), which I thought supported that entire slideshow. I also tried loading the same slide ...
3
votes
3answers
980 views
Android: Screen Rotation within Activity doesnt switch portrait/landscape layout
I build my Android Application and want do add layouts for different orientations now. I created a layout-land folder and put a different layout for my first Starter Activity "myStartActivity" (with ...
3
votes
2answers
3k views
UIDEVICE orientation
hello all i have my splash screen which i want to show in landscape mode and all other screen in potrait mode. My root view controller is acting as a splash screen i am writing this code in ...
2
votes
1answer
68 views
Media queries and device orientation change
I've got the code below. What I would like to achieve is to switch between styles of a mobile device changes orientation from portrait to landscape (devices that have a large resolution like iPhone 4 ...
2
votes
1answer
85 views
Non-rotating background image on orientation change on iOS
I'm developing an iphone app and it allows for both portrait and landscape orientation. However, I have a background image, in an UIImageView, which should not be rotated when the orientation changes. ...
2
votes
4answers
114 views
Android any orientation XML layout
Hello I am trying to make my layout compatible with all orientation screen types (landscape/portrait). For that I am using layout-land and layout-port.
This works for devices that have only 2 ...
2
votes
1answer
86 views
Device roll compensation on augmented reality
I'm working on an app that performs geolocalization over the camera stream of the iPhone. I use the compass to figure out where to put the icons and information onto the the camera layer. If I rotate ...
2
votes
1answer
985 views
iOS: Disable Autorotation for a Subview
I have a nested view hierarchy for an iPad application that supports orientation changes. It looks similiar to the following.
UIViewController
UIView
- UIView
- UIImageView ...
2
votes
0answers
280 views
NativeControls and Device Orientation
I'm using the NativeControls plugin and a native footerbar in my PhoneGap iOS app.
When I rotate my iPhone, the footerbar also rotates but it only shows a black bar without any icon... And when I ...
2
votes
1answer
492 views
Rotating a UIAlertView
I've created a custom UIAlertView (by subclassing it and messing around with its show function) that has some custom subviews and is of non-standard size.
It works ok when I create and display it, ...
2
votes
1answer
600 views
iPad device orientation always wrong when flat
I know this subject gets a lot of attention here at SO, but none of the "solutions" is working for me. Here's the situation:
iPad is flat on my desk (a face up device orientation), the home screen ...
2
votes
1answer
597 views
How to prevent gaining additional width after orientation change in mobile-safari
In Mobile Safari on my iPad I get some weird behaviour after changing the device orientation.
Here is my test file:
<!DOCTYPE HTML>
<html>
<head>
<meta ...
2
votes
2answers
3k views
Different values between sensors TYPE_ACCELEROMETER/TYPE_MAGNETIC_FIELD and TYPE_ORIENTATION
There are 2 ways to get the 3 rotation values (azimuth, pitch, roll).
One is registering a listener of a type TYPE_ORIENTATION. It's the easiest way and I get a correct range of values from every ...
2
votes
1answer
1k views
how to change video orientation in MediaRecorder to portrait
When I record video by MediaRecorder, it always records in landscape mode, regardless of real device orientation.
How to force MediaRecorder/Camera use real orientation ?
1
vote
2answers
76 views
iOS app starts in landscape mode
I have a strange problem. My app keeps starting in landscape mode. If I open it in simulator it rotates to landscape mode automatically. When I start it on iPhone it firstly starts in landscape mode ...
1
vote
2answers
36 views
Problems getting device orientation data for android
I'm new to the forum and to android development.
I've been trying to get device orientation data but seem to be doing something wrong. I've been following this link's tutorial: ...
1
vote
1answer
51 views
Testing hardware support in Javascript for device orientation events of the iPhone 3GS
I'm trying to use HTML5 deviceOrientation events in Javascript to rotate an image when the user rotate his iPhone around him.
I use this code to detect when the gyroscope is moving :
...
1
vote
0answers
92 views
autoresizingMask not responding properly
I've implemented autoresizing mask in all my the views of my project very successfully. However in the last one, which is the settings and there are a lot of sliders inside tableCells, it seems it ...
1
vote
1answer
576 views
PageViewController and Orientation change
I have a bit of a strategy question regarding UIPageViewControllers. It seems like it would fit my requirements perfectly but there are a few things which I'm not sure about. I thought maybe someone ...
1
vote
1answer
555 views
Rendering issues with Sencha Touch list on orientation change
This is for a mobile web site rather than an app. Accessing the mobile site from my iPhone 4 using mobile safari. The site comes up in portrait mode and works fine (can get to all list items although ...
1
vote
1answer
553 views
Is it possible force UI autorotation in iOS?
I have an auto-rotating view which should be only horizontal at some specific time. I tried changing return value of -shouldAutorotateToInterfaceOrientation: for specific time, but it didn't work as I ...
1
vote
0answers
472 views
Creating an iPad Alternative Landscape Interface Issues
During my last projects I have being using some techniques to create an alternative landscape view when developing my oriented UIViewController subclasses, such as AutosizingMask properties and adding ...
1
vote
0answers
296 views
Device rotation manually rotating views
I am manually rotating a few views and subviews depending on orientation using this method:
CGAffineTransform landscapeTransform = CGAffineTransformMakeRotation(0);
landscapeTransform = ...
1
vote
1answer
2k views
Evaluate orientationEvent and setting a value?
If I have an onChange function firing when an orientation change has happened, how do I set a value within the onChange that will update a jquery selector. For instance:
...
1
vote
1answer
457 views
Evaluate orientationEvent at onload?
I'm working on a web app and it requires me to alter content based on the orientationEvent. It's working well so far, changing and setting content as I change orientation. However, I need the ...
0
votes
1answer
24 views
Set orientation to Portrait with certain popups in Adobe Flex
I have an application that I've written in Adobe Flex.
I have my main information view with two pop ups: A login popup followed by an enter details pop up which returns the required information.
...
0
votes
0answers
29 views
Calculate device's attitude relative to true north on iOS4 (not iOS5)?
iOS has that nice new method which you can use to directly fetch device's attitude with true north as reference frame. See my other question.
Since this is available only on iOS5 I would like to ...
0
votes
0answers
70 views
iOS: Initial interface orientation[UIInterfaceOrientation] being ignored in plist
I'm trying to set the initial orientation for my app to be
UIInterfaceOrientationLandscapeLeft
I cant get
'Initial interface orientation'[UIInterfaceOrientation]
to override the first item in ...
0
votes
1answer
24 views
iPad adding view and then telling it to resize based on orientation mode?
NEW EDIT:
I have narrowed my problem to this - i have a view that i add to my main view. That view is nib file in portrait orientation. That view can be added both in landscape or portrait mode. ...
0
votes
1answer
23 views
For first time my UIView always goes in Portrait mode…though i set to Landscape
I have set my iPad app to Landscape mode using following code..
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
if ([[UIDevice currentDevice] ...
0
votes
1answer
30 views
iPhone: Catch the events when App running in background
Can anyone please let me know if it is possible to handle events like OrientationChanged, Shake, LocationChanged etc.. when my App running in background?
I have tried following code but it gets ...
0
votes
2answers
66 views
Dynamically edit img src based on device orientation with JS or JQuery
I am working with an iOS magazine framework (PugPig) which loads HTML documents into a WebKit powered view (a chromeless version of Mobile Safari).
I would like each 'page' to load either a portrait ...
0
votes
1answer
48 views
Landscape orientation when i show HTML5 video
i have a iPhone application in portrait mode that show a webview. In the webview there is an HTML5 video and i woutl show it in landscape mode.
So i have in my ViewControlleDelegate method (because ...
0
votes
1answer
79 views
UIView subview of UIWindow doesn't rotate
I'm adding a UIView to a UIWindow that's not the keyWindow. I'd like the UIView to rotate when the device rotates. Any special properties on the window or the view I need to set? Currently the view is ...
0
votes
2answers
274 views
UITableViewCell autoresizingmask issue
I have 3 UI elements in the contentView of the UITableViewCell that need to be aligned properly when the device rotates. Currently, I enforce the frames of these UI Elements like this:
...
0
votes
1answer
78 views
Prevent UITableViewCell's textLabel frame from changing for device rotation
I have a simple UITableViewController subclass with a few UITableViewCells. I'm using the imageView and textLabel on each cell.
When I rotate the device to/from portrait/landscape the frame of the ...
0
votes
0answers
57 views
text blurs when orientation change on mobile safari
I've encountered a weird bug where my text blurs when I a view some text in portrait mode, but in landscape it's fine.
I've created a jsfiddle here:
http://jsfiddle.net/calebo/cmEga/
I'm testing on ...
0
votes
4answers
125 views
UITableView does not change it size correctly on device orientation change
This may sound a newbie question, however I'm new to iOS dev,
I've UIWebView and UITableView on my iPad view.
In shouldAutorotateToInterfaceOrientation I resize them for nice look like this.
- ...
0
votes
2answers
92 views
Make landscape the only autorotate orientation for all view controllers at once
I know that I have to add this
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
// Return YES for supported orientations
return ...
0
votes
1answer
115 views
iPhone Modal View Controller and Device Orientation
I'm getting crazy. I have two view controllers (A and B) that supports device orientation.
In A portrait mode, I modally present B => working well
In A landscape mode, I modally present B => not ...
0
votes
1answer
142 views
MPMoviePlayerController orientation
I am using MPMoviePlayerController to play movie using remote video URL. Is it possible to find it out in which device orientation video is taken whether protrait or landscape? According to that i ...