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
0 answers

rotation in landscape and presentModalViewController do, it has space on right side

I am upgrading my application that has new feature that supports landscape mode. but i have little problem that is the following video. the is video you can see the problem. I don't know What's the problem. Help me :)
Rooney
  • 1,195
  • 10
  • 18
0
votes
3 answers

Saving the list data on screen orientation in Android

I have one datepicker and one search button. On search button click, I have to pass the selected date to backend and display the fetched data in listview below search button. In portrait mode I am able to display the data listview after clicking on…
user2740599
  • 449
  • 4
  • 10
  • 20
0
votes
1 answer

Creating A Strut To The Center Of The Screen

I have three views that are in a horizontal line. The middle view is centered horizontally while the other two are the same distance away, one to the left and one to the right. When I rotate the screen to landscape, I want the middle view to stay…
eliot
  • 1,319
  • 1
  • 14
  • 33
0
votes
1 answer

Swapping ViewController before displaying UINavigationController

I am confused.. I have implemented two separate UIViewControllers - one main VC which is for portrait mode (PortraitVC), and one for landscape mode (LandScapeVC). This is following Apple's "Alternate Views" example in the documentation. I display…
0
votes
1 answer

iOS6 Rotation bug with popViewController

I have struggled to find a solution with the many similar questions and answers so I'm going to post my project here My code does the following: 1) Creates a "container" view controller which is actually a scrolling view with 3 pages (left page,…
SparkyNZ
  • 6,266
  • 7
  • 39
  • 80
0
votes
0 answers

Google Map V2 on Fragment and ViewPager force stops on changing orientation

I have a Google Map on one of my fragments, however when I try to change to orientation (to landscape) the app force stops. What is the possible cause and solution for this? I have tried enforcing a portrait orientation bu I think that is bad…
Jeongbebs
  • 4,100
  • 7
  • 34
  • 60
0
votes
1 answer

ANDROID - Orientation changes

I am actually having the following problem : I can not enter in the method onConfigurationChanged when I change the orientation of the emulator. This is my method : @Override public void onConfigurationChanged(Configuration newConfig) { …
user2829131
0
votes
0 answers

iPad Xcode 4.6.3 Landscape Orientation Only

I have a problem about landscape orientation I don't use storyboard. In *.codeproj summary Supported interface orientation "Landscape left and right selected" In AppDelegate.m I used the method -(NSUInteger)application:(UIApplication *)application…
FabioN1975
  • 45
  • 1
  • 1
  • 3
0
votes
1 answer

Landscape views only loading properly from portrait and after rotating, why?

new iOS developer here. I have multiple views that require different images to be displayed in portrait and landscape. I currently have implemented that successfully and the portrait image loads fine, and, upon rotation, the landscape image also…
Garmash
  • 27
  • 5
0
votes
2 answers

ios 7 media queries landscape

I am having a strange problem on IOS7 browsers (safari and chrome). When I am in landscape, the media queries do not work and the width/height (given from $(window).width() and $(window).height() respectively) are: 768/519 instead of 1024/672 px…
Panagiotis
  • 1,539
  • 1
  • 14
  • 28
0
votes
1 answer

Receive ConfigurationChange but *do not* 'rotate' application

Imagine my app displays a house drawn in portrait mode: |------| |******| | _ | | / \ | | | | | | | | | |______| |......| -------- The stars above represent some menu of mine. The dots below represent android's software back, apps and home…
George
  • 3,727
  • 9
  • 31
  • 47
0
votes
1 answer

Force orientation, while keep allowing device orientation changes?

Here is the situation: I have a simple Activity which change its content during orientation changes. I want the ability to force the opposite orientation (landscape -> portrait, portrait -> landscape), in a response to some button click , and still…
dor506
  • 5,246
  • 9
  • 44
  • 79
0
votes
2 answers

How to change the layout of an app to LandScape and how to make the layout of an app adaptable to mobile and tablets

I'm new to android and I would like my app that when it is opened, it's orientation or layout is changed to landscape, just like in some games I downloaded from the Play Store. I also want to know to how to make my app have the ability to adapt its…
Jeongbebs
  • 4,100
  • 7
  • 34
  • 60
0
votes
1 answer

Orientation/Resolution Issues with multiple images loading into single View Controller in iOS7

I have a view controller with a UIImage View that loads a different .png depending on orientation. It loads both images but 1) the landscape view is compacted and is not scaling properly, and 2) when I run it in simulator and turn it to the right…
0
votes
2 answers

iOS 7 UIWebView rotation to landscape orientation add some bar

I have such situation, all screens in my application is in portrait mode, but I have one screen that could be in both orientations. On iOs 6 everything works fine but on iOS 7 when I rotate to landscape I am receive such situation as shown at the…
Max Tymchii
  • 826
  • 8
  • 16