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

Nextpeer in Landscape only iphone game

I used Nextpeer in portrait game and works fine. Used same code in landscape game but Nextpeer dashboard coming still in portrait mode. How to change Nextpeer dashboard orientation to landscape? Here is my Nextpeer initialisation…
Guru
  • 21,652
  • 10
  • 63
  • 102
0
votes
1 answer

Default DatePicker dialog layout config issue

In landscape mode datepicker dialog is looking non-uniform "+" button size and "-" button size are differnt.. my xml layout is like this
Balwinder SIngh
  • 1,831
  • 2
  • 24
  • 28
0
votes
1 answer

how to change layout at runtime?

I have a linear layout wrapping a button, a gridview and a textview set in a xml file. When the screen is in portrait orientation all these elements are displayed fine. However, when I change the orientation of the screen into landscape orientation…
user2071976
  • 51
  • 1
  • 8
0
votes
1 answer

iPad orientation issues

I developed an iPhone-only application and now I am making it universal. On iPhone it will run in portrait orientation, while on iPad I want to force it to run in landscape orientation. I am facing a strange issue, since all the controllers I create…
marzapower
  • 5,531
  • 7
  • 38
  • 76
0
votes
0 answers

Force ViewController to animate to landscape

I have got an app (ios 6 only) with a navigation controller as the root and multiple view controller pushing to push. one viewController I want to push, should always view in landscape mode. I would like to push to the viewController and animate…
Raphael
  • 512
  • 1
  • 6
  • 18
0
votes
4 answers

Android landscape right to landscape left event

I would like to now if the is any possible way to trigger an event when the layout is being redrawn because of the event of switching directly from landscape right orientation to landscape left orientation. I tried the OrientationEventListener. The…
0
votes
1 answer

MPMoviePlayerViewController Support landscape iOS 4.3 to 6.1

I have one query regarding orientation and play video, My application support portrait mode but when i start any video it will run only landscape mode then after when video have completed it automatically come portrait mode. Below of the code I'm…
milanjansari
  • 1,529
  • 2
  • 21
  • 33
0
votes
1 answer

Can't display a subview fullscreen size and landscape

I'm adding a subview to a view controller, whose dimensions are 1024(W) x 768(H). My app is set to support only landscape in the plist, and yet my subview will always display in portrait orientation, its bottom disappearing off the screen. My…
kid_x
  • 1,415
  • 1
  • 11
  • 31
0
votes
1 answer

EditText does not display properly in landscape mode when displayed from UI implementing a Service

I have an application that locks the phone. Implemented Lock screen UI using Service so that user can not access other features of phone if phone is locked. There is an unlock password dialog for entering password to unlock the phone. The problem…
user1527969
  • 66
  • 1
  • 6
0
votes
1 answer

iAd layout in iPad landscape mode

I have a problem: I've added an iAd Banner into my Universal Application. But if I want to size the iAd Banner on the iPad so, that it is as big as the width of the iPad Portrait Mode, it works, but on the Landscape mode it's still as big as the…
0
votes
2 answers

iOS - UIView in landscape mode is not rotating

I'm writing an app support for both iPhone & iPad. In iPhone required Portrait mode, iPad required to use Landscape. In AppDelegate.m if ([CKAppDelegate isPad]) { [[UIApplication sharedApplication]…
Js Lim
  • 3,625
  • 6
  • 42
  • 80
0
votes
3 answers

how to move view upside while entering any text in input field

I have app i want that when user enters any data then view should slide up. I am writing this code this code works fine in another app but not working in this app.I am following same way. -(void)showAnimationBack{ NSLog(@"Back Animation is…
Developer IOS
  • 115
  • 1
  • 2
  • 11
0
votes
1 answer

Unresponsive area in UITableView in landscape orientation

I'm developing an iPad application where I have a screen with UITableView hosted on UIScrollView. UITableView's leading space and trailing space is being pinned to superview. I'm using Autolayout in my project. When this screen appearing in…
0
votes
0 answers

Image Split on Landscape/Portrait

I have Array of images, which I need to display on the Landscapeand portrait mode.. what I have done is that I have created a Array of images and displaying on the scrollView to see one at a time ..but problem is that When I move to Landscape to…
user2102546
  • 87
  • 1
  • 7
0
votes
4 answers

LandScape/Portrait size differ iOS

I have five UIButton and I need to set the frame of the UIButton in such a way that it should be for the Landscape and portrait different size. but the from the Below code viewDidLoad its loading fine but problem is that After loading the stack…
user2102546
  • 87
  • 1
  • 7