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

how to use html5 video landscape in ios

I use phonegap to create a ios project.I want to use htmlt5 video to play a video in landscape. So there is a way from webkit or in my application to switch in landscape mode only when i showing a HTML5 video? Thanks!
wilson
  • 281
  • 6
  • 22
0
votes
1 answer

UIDatePicker gets black in landscape on iPhone

I have UIDatePicker that in potrait mode lokes like this And when spawn it or rotate to landscape it suddelny gets black like this This problem occurs both if i first spawned the picker in landscape and when i rotate it to landscape. All in all as…
Alzorz
  • 527
  • 4
  • 11
0
votes
1 answer

2nd (landscape) screen of application turns portrait in iOS6

I 'm working on an iPad app in landscape mode only that worked nicely under iOS5 and under. On iOS6, the 2nd screen (login screen) turns suddenly in portrait mode. What parameters should i check?
0
votes
1 answer

iOS 6 - Force portrait mode only not working

I made an app which needs to be only in portrait orientation. I set up portrait in the Plist file, in the Project Infos, I tried everything, but my app still changes orientation. My app is using an ShSideBarController in Appdelegate and then 4…
0
votes
2 answers

Scroller is not showing in landscape mode in IOS APP

I want to make landscape and portrait mode iOS app. I've designed one page with 3 text boxes and 7 buttons. Text boxes and button are resizing (change width) according to IOS screen size in landscape mode but scroller is not showing in landscape…
Shailesh
  • 109
  • 1
  • 1
  • 7
0
votes
2 answers

Monotouch iPhone Landscape Mode

How do I keep a Monotouch iPhone app in landscape mode when loading a new view controller from an xib? To switch to landscape mode when the app loads I use: app.StatusBarOrientation = UIInterfaceOrientation.LandscapeRight; I would like to be able…
Bryan
  • 17,201
  • 24
  • 97
  • 123
0
votes
0 answers

transitionWithView animation for LandsCape view is weird?

For All ViewControllers in my application I used Landscape mode ie I have Changed the Orientation option to LandScape in the Inspector Pane for the UIView of the ViewController in xib. I used the animation mentioned here. As I don't want to keep…
vignesh kumar
  • 2,310
  • 2
  • 25
  • 39
0
votes
3 answers

Which keyboard should be displayed for numbers in landscape mode on the iPad?

I'm trying to display a numeric keypad, but I'm getting the following warning: Can't find keyplane that supports type 8 for keyboard Wildcat-Landscape-QWERTY-Pad; using 3673479387_Wildcat-Alphabetic-Keyboard_Capital-Letters
brianegge
  • 29,240
  • 13
  • 74
  • 99
0
votes
1 answer

Cocos2d-iphone 2.0 set AutoRotate for landscape,but the view position is wrong when first loaded

The app is set up for only landscape. In Project->target->Summary->Supported Interface Orientations, I enabled the 2 landscape icons (both left and right). And in AppDelegate.m, the below code is written: -…
Stella
  • 1,197
  • 1
  • 10
  • 18
0
votes
1 answer

openUrl in landscape mode in iphone

I am trying to open the url through safari in landscape mode. But still not able to do it. Following is the code. [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.abc.com"]]; [[UIApplication…
bugs_bugs
0
votes
2 answers

xcode ipad landscape orientation - reposition objects

Trying to get my iPad app to work in landscape orientation. I would like to change the positions of some of my controls once in landscape mode. I get the log so I know I'm in the method, however, none of my objects move. Am I missing something? -…
mablecable
  • 385
  • 1
  • 6
  • 15
0
votes
1 answer

PhoneGap app stuck in Portrait mode on Samsung Galaxy SIII

I just completed my first PhoneGap based Android app. HTMl5 with JqueryMobile. Works fine on most devices except on the Samsung Galazy SIII where the phone is stuck in portrait mode. I can't get it to rotate to landscape. I've been looking around SO…
Adam Bell
  • 1,049
  • 1
  • 16
  • 50
0
votes
1 answer

My ads are only visible in landscape?

Well I uploaded an app on the market, but the ads were showing only on tablets, not on phones. But then I tilted my phone in landscape instead of portrait and the ad popped? I cannot understand why is that here is my xml file
0
votes
3 answers

Landscape only UIViewController in UINavigationController

I have UITableViewController in which on one tab is UINavigationViewController. UINavigationController root view controller is UITableViewController, and when clicked on cell, UIViewController appears which has to be locked in Landscape. I want…
1337code
  • 385
  • 1
  • 6
  • 19
0
votes
2 answers

UIWebView - YouTube Video Landscape mode - iOS6

I want to play a YouTube Video in a UIWebView in fullscreen (Landscape mode) But all my other views to be only in Portrait mode. How is it possible that only the YouTube video is in landscape mode? Do I have to enable the landscape mode in the app…
Daniel Kappacher
  • 472
  • 1
  • 6
  • 15