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

(Editable) Landscape table in portrait document (with footer and header) in Word 2013

How can I do this? Insert a landscape table into a portrait document with footer and header, without resorting to "cheap" solutions (images, pdf, excel, etc)? I'm using Word 2013 and I need the table to be editable (track changes enabled), and I…
0
votes
0 answers

Screenshot Issue on iPad in Landscape mode

I have the attached code in my application that takes a screenshot of the view before emailing it. It works fine for Portrait mode but cuts off a section in Landscape mode. Running on IOS7. Can anyone help me please…
0
votes
2 answers

iOS iPhone LaunchImage Landscape

I have created an application which works only in landscape. But the splash screen is not shown when launching the app. As you can see here my app runs in landscape. But in my image catalog I can only add portrait images. (There is no setting…
Matthijn
  • 3,126
  • 9
  • 46
  • 69
0
votes
1 answer

Error during the switch between landscape/portrait mode on mobile

I'm making a template that is adaptable for mobile in landscape and portrait mode, i have to "remove" some objects because there is no space in landscape, then I used display:none in the landscape, and set the normal dimensions for portrait, but…
user3498437
0
votes
0 answers

Locking the ipad portrait orientation with jquery or javascript

I have built up a site and it's homepage background is a big image.On ipad landscape view is fine but in portrait view is very bad.I want to lock ipad portrait orientation only for homepage and do not allow users to change the orientation of…
Anahit Ghazaryan
  • 664
  • 10
  • 23
0
votes
1 answer

NavBar displaying back twice when app changed to landscape mode

Not sure what's going on here, but my iPhone apps nav bar shows back and the title of my detail view controller even when I'm back to the original view. It wasn't happening earlier, it has changed recently (but not sure when exactly). E.g. I click…
Graeme
  • 1,317
  • 4
  • 18
  • 27
0
votes
1 answer

How to hide a TextView in iOS-landscape

I am a newbie in iOS-programming (trying to convert my android-app to iOS). I am using the storyboard and want to create a view, which has on the top a scrollview (with an ImageView inside) and on the bottom there is a TextView. This should be the…
basti12354
  • 2,490
  • 4
  • 24
  • 43
0
votes
2 answers

How can I make a view start in landscape?

I have read a few questions about an app doing it through the info file but not a certain view. I just need the interface to be set up to start in landscape view. I managed to get near what I want with shouldAutoRotateToInterfaceOrientation:, but it…
Alex Gosselin
  • 2,942
  • 21
  • 37
0
votes
2 answers

Touch area changing on custom UIButton with image and title on landscape mode

I'm trying to build a button that looks like the icons on the iphone , with an image and a title bellow.I'm working in landscape mode. I have a custom button on the IB with image and title and inside the code I use the methods : [aButton…
user286472
  • 31
  • 1
  • 5
0
votes
1 answer

Landscape crashes when paused and Portrait doesnt

Hello all, I tried to find an answer online for this problem, but i cannot find a way to fix my problem... So maybe some of you guys know what i can do to solve it. So i have a game ( surface view and thread…
Pavle37
  • 571
  • 9
  • 24
0
votes
1 answer

Landscape mode and LinearLayout/ScrollView

I have tried to make my Android app work in landscape mode but I have failed thus far. Below is the xml code for the layout , and I want to know how to use the ScrollView in landscape mode.
Mohammed Alawneh
  • 306
  • 9
  • 22
0
votes
1 answer

UIButton Origin and Device Orientation

I have a view controller that is set to auto rotate to orientation. Inside I've got two subviews. One is a uibutton. All I want is for my button's origin to stay locked to the bottom-left in portrait and bottom-right in landscape (so it basically…
Ward
  • 3,318
  • 3
  • 30
  • 50
0
votes
1 answer

Custom AlertViewController not displaying properly in Landscape

I have a custom alterviewcontroller which subclasses UIViewController. It works great in apps that are portrait, but in landscape, it's running into issues with the frame orientation. I've tried a bunch of fixes, but none seem to be getting it…
stevenpaulr
  • 306
  • 2
  • 8
0
votes
2 answers

Scene stretches when loading iAd in SpriteKit (landscape mode)

When I try to load an iAd in SpriteKit, the scene resets and starts again, whilst also running the scene it had already loaded in the background at the same time. I created a BOOL to help determine whether the scene has already loaded, and if so,…
podomunro
  • 495
  • 4
  • 16
0
votes
1 answer

force camera to landscape with AVFoundation

I'm using the Apple's sample code for AVFoundation, here, https://developer.apple.com/library/ios/samplecode/AVCam/AVCam.zip I've go through the many threads and beat my mind with google too but that doesn't help. iPhone AVFoundation camera…
Hemang
  • 26,840
  • 19
  • 119
  • 186