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

AVCaptureSession capture image landscape mode

Im using AVCaptureSession for taking pictures and store pictures to album. When i click the button it takes the snapshot and store to album. But when i use landscape mode, then click the button it stores landscape mode image. When preview the image…
user2474320
  • 315
  • 1
  • 5
  • 17
0
votes
2 answers

iOS 6 Game Center Crash on Authentication in landscape mode cocos2d

I have developed a game in cocos2d and all game screens are in Landscape mode. I am trying to implement game Center but getting crash on authentication. I did not find answer of similar type of issues. please suggest right approach... Crash…
0
votes
1 answer

How can I change an element's height based on a mobile device being in landscape vs. portrait mode?

I'm trying to resize the div "main" so that the footer is at least at the bottom of the screen (if not farther) no matter how the viewer's phone is oriented. Is there a way to do this using javascript? Here's the html
Matvei
  • 323
  • 1
  • 6
0
votes
1 answer

orientation with ios 5 in storybord

I have two view (view 1 and view 2). view1 contain a button and when i clicked on this button i go to view 2. i want to show view2 with orientation Portrait and Landscape. for view2 i create 2 UiviewController one for landscape orientation and…
BERGUIGA Mohamed Amine
  • 6,094
  • 3
  • 40
  • 38
0
votes
1 answer

VB .NET WinFormApplication Printing Failed Landscape mode after setting

I am using VB .NET programming and I would like to print my WinFormsApplication in landscape mode as the portrait mode could not fit it properly. I have set the landscape mode as true. You may refer to the code below: Private Sub…
user2150279
  • 445
  • 2
  • 8
  • 17
0
votes
0 answers

'Orientation:landscape' affecting every device I have...?

For some reason, when trying to target my stylesheet '480pxland.css' at only my mobile device(s) when it is in landscape orientation it affects everything I have (other mobile devices, iPad, my desktop and even screens larger than 1400px).…
user2325723
  • 41
  • 1
  • 5
0
votes
1 answer

Round corner full bottom screen for portrait & landscape mode?

I want to add rounded corners image on my UIView, so I made ​​two of my images 12x12px rounded corners. I want to know how best to add my view taking into account that he must align automatically in portrait and landscape mode in the bottom of the…
GilbertOOl
  • 1,299
  • 2
  • 15
  • 27
0
votes
1 answer

How do I develop for both Portrait and Landscape display formats?

I'm currently developing for a handheld device running Windows XP Professional (not Tablet PC edition). The device allows users to switch from the standard widescreen landscape display format to a portrait one. I would like to know if there are any…
Darkwoof
  • 359
  • 4
  • 14
0
votes
1 answer

video playing in portrait only if I click on full screen tab its stops playing (Xcode 4.6) ios6.1

Please help me as I am a new Developer Video stops in full mode that means when you click on the two little arrows at the bottom right while the video playing in small window as soon as you click the arrows The video stops and its says loading on…
0
votes
3 answers

How to block or improve landscape view in Android application

I recently have published my app on the android market and am very. I have no errors and the app works fine. The only problem I have right now is that when the user tilts the screen to go into landscape view the interface is basically mutilated. My…
Dan
  • 61
  • 2
  • 4
0
votes
2 answers

How do I make landscape cocos2d v2.0 games on ios6?

I had been working on a couple of games from a few months back. I migrated them to cocos2d v2.0 just fine but yesterday I tried creating a new one and I get it only in portrait no matter what I do to the Target settings rotations. How can I make my…
marciokoko
  • 4,988
  • 8
  • 51
  • 91
0
votes
1 answer

Show Different Widgets/Views on Landscape and Portrait

I have Portrait Mode: - Containing View Pager with 2 Tabs (which contains 2 Fragments both having different views and inflating 2 different layouts. Landscape Mode: - Containing View Pager with 3 Tabs (which contains 3 Fragments all having…
Ahmad Ali Nasir
  • 1,382
  • 3
  • 16
  • 29
0
votes
1 answer

Play video on landscape and force app return to portrait

I used MPMoviePlayerViewController to play a video and when back to app, I need app force return portrait
0
votes
1 answer

Launching app in landscape only mode

I've written an app that supports only landscape mode. For some reason, it is being very stubborn. It launches and runs great on the simulator, but when I go to launch it on my device, it will not launch or rotate to landscape mode at all. I'm…
Henry F
  • 4,960
  • 11
  • 55
  • 98
0
votes
1 answer

Switch screen orientation in Android

I have created two layout files for my android application, to manage the switch from landscape to portrait and from portrait to landscape. One in the dir res/layout and one (landscape file) in res/layout-land. But my application, when I try to run…