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

ipad_Landscape_StartImage_problem

My application supports all orientation, but i have a default screen placed at the start while i fetch the data from web-service with activity indicator, it shows fine on portrait view(with default screen followed by the image i have added as sub…
aamritrao
  • 181
  • 10
0
votes
2 answers

UI Page controller adjusting to just landscape mode XCODE

recently I found a project with a page view controller which I really liked and decided to use in my own project. http://www.wannabegeek.com/?p=168 The problem is, The page controller starts out in portrait and has an auto rotate feature to…
0
votes
3 answers

Landscape oreintaton not working for ios 6

I am developing an iPhone application in which i have to change the oreintation to landscapeleft and landscaperight.Its working in iPhone 4 but not in iPhone 5.Please let me know how to do for ios 6.The piece of code i am using is below. Thanks.
user1746965
  • 1
  • 1
  • 4
0
votes
2 answers

inmobi landscape interstitial ads for android

Does anybody know how to make inmobi interstitial ads only landscape orientation for Android? I tried to send post request with parameter "d-orientation", but nothing happened. Map map = new HashMap
Typhus
  • 1
  • 1
0
votes
2 answers

Viewport strangeness across a few devices - Any reliable way to show 100% width on initial entry regardless of os + orientation?

We have the following viewport meta tag: Here is a breakdown of what happens upon site entry: iPad + iOS 6.0 + Landscape = correct ipad + iOS 6.0 + Portrait = same 'zoom level' as…
anonymous-one
  • 14,454
  • 18
  • 60
  • 84
0
votes
0 answers

eclipse android landscape, button moving around

I´m trying to create a landscape mode View, but when I place buttons over the xml and start the app on my phone to buttons are moved? I want to create like a popup window when the button is pressed with some information inside of…
Erazx
  • 71
  • 1
  • 2
  • 7
0
votes
2 answers

How to support landscape and portrait view in iOS?

In my app i am supporting landscape and portrait orientation for a single ViewController. I can use Autoresize to support both the landscape and portrait. But i need to make custom landscape which differs from portrait. I am very new to iOS.…
vinothp
  • 9,939
  • 19
  • 61
  • 103
0
votes
0 answers

how can I print page horizontal in CSS

Possible Duplicate: Landscape printing from HTML How can I print page horizontal in CSS. size : landscape or width: 100%; height: 100%; margin: 0% 0% 0% 0%; filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=1); code blocks are…
Yasin Yörük
  • 1,500
  • 7
  • 27
  • 51
0
votes
1 answer

UITableViewCell selection background view in landscape mode on iOS

I've created custom UIView with backgroundImage for UITableViewCell selected state like that: UIView *selectedBgView = [[UIView alloc] init]; selectedBgView.backgroundColor = [UIColor colorWithPatternImage:[UIImage…
Borut Tomazin
  • 8,041
  • 11
  • 78
  • 91
0
votes
1 answer

Displaying landscape images from camera roll xcode

I'm pulling images from the camera roll to display in my app, and portrait taken pictures work just fine, but landscape images get all funky smushed together. UIImage *image = [info objectForKey:UIImagePickerControllerOriginalImage]; …
Jeff Stone
  • 319
  • 1
  • 4
  • 14
0
votes
1 answer

AVCam doesn't work for landscape mode

I'm using Apple's provided example AVCam, but it's somewhat modified for my app's purposes. However, none of the original stuff is really touched except for fixing some other issues. However, when it came to making it work in landscape mode, I've…
Jeff Stone
  • 319
  • 1
  • 4
  • 14
0
votes
1 answer

Different user interfaces for landscape and portrait orientations

I've long been a question to which I have not found a good answer. Is it possible (it must! ;) to build different user interfaces for example the landscape and portrait or iPhone with 3,5" oder 4" display. Like saying in code, THIS IS the landscape…
Laurenz Glück
  • 1,762
  • 3
  • 17
  • 38
0
votes
3 answers

Trigger rotation in viewDidLoad

I'm having some lay-outing issues, when I start my app in portrait mode and then turn it to landscape mode, views opened after that are returning a wrong value for the rotation. For instance, I open a view in landscape mode after it was rotated from…
woutr_be
  • 9,532
  • 24
  • 79
  • 129
0
votes
1 answer

iOS: how to switch between landscape and portrait view in storyboard?

In my universal application I have a master detail at the beginning. On the iPad it is just shown as a split view and when I change the interface orientation the autosizing works fine. But on the iPhone this doesn't work good enough in my detail…
Bautzi89
  • 346
  • 1
  • 5
  • 21
0
votes
1 answer

Embedded videos not showing up in iPad landscape view

I am building a website that has embedded videos, mostly from YouTube. The videos are not showing up in landscape view for iPad. Any idea why or how I can fix this? THanks!
iluvpinkerton
  • 3,058
  • 3
  • 14
  • 17