Questions tagged [landscape]

A page or device orientation in which the horizontal axis is longer than the vertical axis.

A page or device orientation in which the horizontal axis is longer than the vertical axis. Contrast with portrait orientation, where the vertical axis is the major axis.

1434 questions
0
votes
1 answer

What are the requirements for landscape layout to work?

So basically I created different xml layout for landscape mode, put it into folder res/layout-land, kicked off an emulator, pressed CTRL + F12 to change emulator's mode to landscape, started my app and ooops it still doesn't work. It still shows off…
Paweł Bąkiewicz
  • 207
  • 1
  • 2
  • 8
0
votes
2 answers

Handling screen orientation changes

My app functions like this: an imageView that can be visible in portrait or landscape, and the user can swipe between images to change the image in the imageView. The issue is that if you swipe to select a different image and then rotate the device…
ez4nick
  • 9,756
  • 12
  • 37
  • 69
0
votes
1 answer

Fullscreen video on orientation change

I have an app that would play a video. When in portrait mode, the video takes up 1/3 of the screen and I change it to fullscreen when changed to landscape. This works fine in a handheld phone layout. I use setLayoutParams to change the layout of the…
John Ng
  • 869
  • 3
  • 15
  • 28
0
votes
2 answers

View positioned incorrectly when set to landscape mode

My iPhone application is navigation-based and contains a lot of portrait-only views and one landscape-only view for viewing images. So I'd like to force this landscape-only view to automatically rotate to lanscape even if device is positioned in…
MrZoidberg
  • 350
  • 3
  • 15
0
votes
1 answer

iTextsharp landscape mode print by default

I am using iTextsharp third party tool to generate PDF. When I am generating pdf in Landscape mode, it is also working. But issue with that when I am printing it prints in portrait mode. If I change the mode to landscape when I print then it works…
Manas Kumar
  • 2,411
  • 3
  • 16
  • 23
0
votes
2 answers

landscape rotation text in iOS

The project I'm working on in Xcode is done in landscape. I may be doing something wrong, but I've had to rotate every image 270 degrees before adding them to my file. NSString *strFromInt = [NSString…
0
votes
1 answer

IOS 5 and IOS6 have different result of interface orientation

Hi I create app for ios 5 and 6, I need to reposition my button depend on interface orientation. Problem is that: ios 5: it return UIInterfaceOrientationLandscapeRight while ios 6 it return UIInterfaceOrientationLandscapeLeft. So I cannot reposition…
0
votes
3 answers

iphone landscape mode slow

The iphone app I am developing in landscape mode is seriously chugging. I put it in portrait for comparison and it appears to run much smoother in that orientation. I am not doing what I'd think is process intensive: a map view, some buttons, some…
Joey
  • 7,537
  • 12
  • 52
  • 104
0
votes
2 answers

UIViewcontroller keeps portrait coordinates when in landscape mode

I have an app that is designed to start up in Landscape mode, this all works fine. I add an imageview to cover the screen and then add a scrollview halfway down. Again all works fine. I then add a series of uiimageviews again all fine. I notice…
0
votes
1 answer

Android Set Live Wallpaper to support both Landscape and Portrait mode

How can I set a wallpaper which looks good for both Landscape and Portrait mode? The code I am using set the live wallpaper only in One mode either in portrait or landscape. Suppose if I set the wallpaper in Portrait mode and go to home screen and…
0
votes
2 answers

Is it possible to force orientation in IOS

Is it possible to have a portrait app that contains several different screens, however when the camera in the app is activated it switches to Landscape view and after the camera is done taking the picture returns back to portrait ? (I want to force…
justdan0227
  • 1,374
  • 18
  • 48
0
votes
1 answer

Screen Rotation in iOS

I need some help regarding "Screen Rotation". I am creating this application in Landscape mode but I also want to be able to turn the iPad to Portrait mode. I am trying something different and making the application inside the viewcontroller.…
0
votes
2 answers

How to manage portrait and landscape orientation of iPad in Xcode?

I am making iPad Application and I set the frame of everything in portrait only but I want the landscape the orientation too in appTarget I select all the supported interface orientation. in portrait mode it's working good but when I move it in…
zeeshan shaikh
  • 819
  • 3
  • 18
  • 33
0
votes
1 answer

using UIImage to load png image in landscape mode

I have an app running in landscape mode (home button on right) I built long time ago using Xcode 4. It loads a 480 x 320 png file as background image and has been working well. Recently I updated my Xcode to 5 and the image is loaded in a portrait…
pinux
  • 1