Tagged Questions
The portrait tag has no wiki summary.
11
votes
1answer
3k views
Android - Camera preview is sideways
I am using a Preview to display what the camera see's on the screen.
I can get everything working fine, surface created, surface set and the surface is displayed.
However it always displays the ...
10
votes
2answers
8k views
How do I specify different layouts for portrait and landscape orientations?
I've seen references to being able to specify two separate layout xml files for an activity, one for Portrait and one for Landscape. I've not been to find any information on how to do that though. ...
7
votes
3answers
6k views
Force “portrait” orientation mode
I'm trying to force the "portrait" mode for my application because I my application is absolutely not designed for the "landscape" mode.
After reading some forums, I added this line in my manifest ...
6
votes
4answers
3k views
How do I make an HTML page print in landscape when the user selects 'print'?
We generate web pages that should always be printed in landscape mode. Web browser print dialogs default to portrait, so for every print job the user has to manually select landscape. It's minor, but ...
4
votes
4answers
4k views
resize the image according to the portrait and landscape in jquerymobile?
I have to add image on the header and background . Is it possible to set the image automatically resizing according to the screen orientation (portrait and Landscape). I set the image in portrait ...
4
votes
5answers
397 views
Android orientation issue
I have application which works only in landscape orientation . I set that in xml layout. When I'm starting application it works ok . But when the application is started and next if I lock the phone ...
4
votes
2answers
2k views
UISplitView - load different detailView's for each row in masterView
I'm using UISplitViewController for app on iPad. The first task was to show master and detail view in portrait mode. I have done this like that:
// It is possible to keep the Master View in portrait ...
3
votes
3answers
2k views
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 that appears when the app launches) to show the image in the correct orientation so I expect I'd ...
3
votes
3answers
5k views
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 styles.
documentation says
The HTML element will always have a class of ...
3
votes
3answers
934 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
2k views
Rotation Portrait Landscape with 2 XIB
i have got 2 GUIs and 2 Controllers
1 is called landscapeguicontroller and the second is called highguicontroller.
Now generally i call the highguicontroller, and when i rotate my iphone it detects ...
2
votes
3answers
753 views
UISplitViewController not showing popup button when lauunching portrait
I am doing an iPad app based on a UISplitViewController. I have a little problem with the toobar button when my app launched in potrait. The button to show the popover is not displayed.
However when ...
2
votes
2answers
290 views
how to set framelayout to landscape even if my activity is in portrait mode in android 2.3.1
i have an activity where i am opening a camera. i am using framelayout for camera preview. but i have to open camera in portrait mode which creating lot many problem, like small screen, rotation ...
2
votes
2answers
495 views
How to draw canvas in respect of phone orientation (landscape , portrait)?
There is no problem with portrait mode but when i try my app on landscape mode it doesn't look how it should.What is general aproach to solve this problem.My first idea is replacing X and Y places.If ...
2
votes
1answer
816 views
Will Apple reject my app for using setStatusBarOrientation?
ViewController1 uses portrait orientation. ViewController2 uses landscape orientation. If I use:
[[UIApplication sharedApplication] setStatusBarOrientation: UIInterfaceOrientationPortrait];
Will my ...
2
votes
3answers
3k views
Portrait orientation only for iPad?
According to apple my application has to be able to run in both portrait modes. How do I accomplish this with shouldAutorotateToInterfaceOrientation??
2
votes
2answers
3k views
presentModalViewController in landscape after portrait viewController
I have a main viewController that is in portrait mode all the time.
I want then to presentModalViewController, but it will come from the left (not from bottom of the screen) in landscape.
Is it ...
1
vote
1answer
18 views
Android - ImageView showing image from Gallery in “landscape”
First at all, maybe "landscape" isn't the better word to describe, but i can't think another one in the moment.
I'm using the following code to show an image in an ImageView, but my image that was ...
1
vote
1answer
24 views
JQuery mobile - content navigation collapse on a buton on portait
We are developing an application with the layout near to the jqm examples here( table of contents on left and contents at right) but we want the same behavior as Sencha mobile, when it's in portrait, ...
1
vote
2answers
140 views
Issues takeing picture with Android (Vertical Camera | Portrait)
With the following code shows a preview of the camera vertically and it's works..
BUT!! I get a photo in landscape! :(
How I can build it vertically?
I've the preview view in vertical, but I can't ...
1
vote
1answer
128 views
Portrait / landscape
I came up with a problem right now when my game is almost finish. The problem is that I want the player to be able to play both in landscape mode and portrait. How the player change mode is simple. ...
1
vote
2answers
136 views
Android layout with different items on landscape and on portrait
I have main.xml in res/layout-land and in res/layout. There's a grid of 12 icons, 3 by 4 (width, height, respectively). If the user rotates to landscape, I want to display them with a ViewPager of 3 ...
1
vote
1answer
128 views
How to set view size to match device screen in iOS?
I have a UIView that I need to resize to half the height of the screen, it works fine in Portrait mode but if I lunch the app with the iPad in landscape the UIView always get the screen portrait size, ...
1
vote
1answer
185 views
Android detect rotation & screen width
I am trying to detect screen rotation in Webkit on my Motorola Droid 1. I have the following JavasCript code:
var supportsOrientationChange = "onorientationchange" in window,
orientationEvent = ...
1
vote
1answer
505 views
Best practice to support portrait and landscape views in a UINavigationController
I searched high and low and I'm not sure what I came out with is the best way of dealing with this (though it seems the only one).
According to Want to use muliple nibs for different iphone interface ...
1
vote
1answer
143 views
how to set toast orientation while opened in another intent?
Hi
I'm using built in android camera:
android.media.action.IMAGE_CAPTURE
and what I'm trying to achieve, is make a TOAST appear after turning the camera on.
The toast works fine, but it always ...
1
vote
0answers
250 views
Interface Builder flips Landscape/Portrait
This is a pretty frustrating issue - and I have no idea what's causing it.
I am working on an app that is in Landscape mode.
When I create a new UIViewController file and open up its xib, it starts ...
1
vote
1answer
121 views
Rotating the buttons in app when I rotate the iPad upside down
I'm programming an iPad application and I just wrote the rotate methods and there are some buttons. I used CGRectMake method and re-positioned buttons ... portrait and landscape modes all works fine ...
1
vote
1answer
1k views
Activity setRequestedOrientation landscape vs. reverseLandscape?
Is it possible to set an activity's orientation (either in the manifest or with setRequestedOrientation) and specify which landscape or portrait mode to use? I.e. can I choose the device's left or ...
1
vote
1answer
650 views
How to set the image size same for portrait and landscap screen orientation in jquery mobile web application?
I have to add image on the header and background I added header image using following code
<div data-role="header" data-nobackbtn="false" data-theme="a" ...
1
vote
3answers
3k views
Lock Android phone application to Portrait mode
Can someone tell me how to lock my application to a portrait mode? Is it a simple configuration in the manifest file?
1
vote
0answers
66 views
UIView position jumps a few pixels upwards while launching application in portraing mode
I have created simple windows based application. In my app delegate I have added a parentviewcontroller.view. In that parentview controller I am adding an image. Its position is given below.
In ...
1
vote
2answers
244 views
screen orientation
Hi
M new to android.I faced a problem i.e in landscape mode i need a layout view which doesnot have some feilds which are present in the portrait mode.I have created a layout for landscape view in ...
1
vote
3answers
422 views
UiViewController rotation question
I have main menu in my app supporting only landscape mode.
I implement landscape restriction by setting up UIRootViewController::shouldAutorotateToInterfaceOrientation:...
And I have another scene ...
1
vote
0answers
452 views
Rotate of 90 degrees a Dialog / AlertDialog created by the system?
Does it exist a way to apply a rotation (of 90 degrees) to an AlertDialog that has been created by the system ?
This could seem tricky at first sight. My application uses the camera in preview and ...
1
vote
1answer
1k views
css expanding based on portrait or landscape screen size?
I have two divs that are floating next to each other. What i would like is to have it have a width of 100px when you are looking at it in portrait mode and lets say 200 px in landscape. This happens ...
1
vote
1answer
671 views
Alert views in portrait, iPad in landscape, and unable to rotate to anything but “other” landscape (180 degrees)
Update: Solved. See fix at bottom.
In my iPad app which supports all orientations, if the app is loaded in landscape, weird things happen:
Alert views appear in portrait, even though the rest is in ...
1
vote
2answers
1k views
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 statement that could find this out?
Thanks
1
vote
2answers
79 views
.Net Winform Apps with Portrait Monitor
I have noticed an undesirable behavior with .net winforms applications. I have a wide screen monitor rotated 90 degrees to the portrait orientation. When .net winforms applications display on it, the ...
0
votes
0answers
8 views
How to build simple tab bar app with with 2 tabs and different view orientations for each tab: (1) landscape and (2) all orientations
I am a beginner in Xcode 4.2 and trying to create a simple application for iPad using Storyboard which utilizes a tab bar controller (with 2 tabs) linked to two view controllers.
The challenge ...
0
votes
2answers
47 views
lock UIImagePickerController in Portrait mode in ios app
in my ios app, when i open the camera i have placed an image over the camera view. It looks good in portrait mode. But when it is changed to landscape mode it looks some odd. SO i want to lock the ...
0
votes
1answer
26 views
Portrait Keyboard in Landscape Orientation
It is possible to set the orientation of the keyboard in landscape mode to portrait?
My activity is always in landscape mode, but if the keyboar appears only the keyboard should be in a portrait mode.
...
0
votes
1answer
29 views
Android: Getting blow-up in landscape mode, but not in portrait mode
I've got a situation where I bring up a color picker. If it's done in portrait mode everything is fine. But if I do it in landscape mode (the dialog doesn't fit on the screen) it seems to be blowing ...
0
votes
1answer
34 views
Creating Landscape and Portrait layout using HTML and CSS
I have got a requirement where I need to write a HTML/CSS, which should display Landscape and Portrait, depending upon the orientation of the iPad, that is initially I want to write this using HTML ...
0
votes
1answer
32 views
How to set a dialog for portrait only?
Is there a way to showing a dialog always in portrait? I need that because of its layout.
I know that I can set that for an Activity with
android:screenOrientation="portrait|reversePortrait"
But ...
0
votes
1answer
15 views
I want to keep spacing between the UILables in landscape mode
I want to keep spacing between the UILables in my Xcode project when i'm in landscape mode.
I have a scrollview with a few labels on it & it looks good in portrait mode but when im in landscape ...
0
votes
1answer
69 views
Get Orientation without autorotation in Cocos2d Project
I have a small issue and I can't find any solution. How can I turn off autorotation for views and ogl and still get Orientation?
For example if I set GAME_AUTOROTATION to kGameAutorotationNone the ...
0
votes
1answer
28 views
Toolbar disappearing when loading page upside down
So this will almost certainly be a simple answer, but I can't for the life of me work it out!
Basically, I want my current app to be viewable in portrait only (for now at least) and either the right ...
0
votes
1answer
108 views
Force rotation of a UIViewController in a NavigationController in a TabbarController
I've got my View hierarchy set up like this.
UITabBarController
|
UINavigationController
| |
| UIViewController
|
UINavigationController
|
UIViewController
...
0
votes
2answers
137 views
How do I lock screen orientation for phone, but not for tablet? (Android)
I have been working on a Android project, that is intended to be compatible with both the Android phones and tablets. On the tablet the app is working great and looks good too. However, on the phone ...