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

iphone 5 landscape media query failing

I've seen other questions, but no answer has helped me yet. I have set a media query to: @media only screen and (max-device-width: 767px) { /* css here */ } which I want to make the page on phones render the same in both landscape and…
0
votes
1 answer

In TabBarController "More" tabs comes out in landscape mode on iphone 6+ IOS 8.3

In my application i am using tab bar controller , I have 10 tabs in TabBar Controller and in portrait mode only 4 tabs are visible on screen and remaining 6 tabs are hidden in "More" tab. The Problem is on Iphone6+(8.3) when i rotate the phone in…
0
votes
1 answer

Lock screen orientation to just one landscape and one portrait modes

Let's say my app has two activities A and B. And, also, let's call the posible screen orientations landscape-1, portrait-2, landscape-3 and portrait-4. I would like to lock the orientation of A to landscape (1 and 3), and B to both landscape and…
0
votes
1 answer

table header in pdf getting displayed using itextpdf5.1.1 but not in itextpdf5.5.3

We have generated a pdf in landscape mode with header and footer as part of the pdf. The header table and footer display fine in pdf using itextpdf5.1.1 jar. However when we update the jar to 5.5.3, the header table does not show only the footer…
Sandeep Singh
  • 15
  • 1
  • 6
0
votes
1 answer

play video landscape Iphone sdk 3.2 4.0 with standard api

how to play video landscape with standard api? video play only portrait !!! change the app orientation landscape is not useful, because video start portrait forever. i have a portrait app with a button, when pressed video must play…
luca
  • 1
0
votes
2 answers

php html create email and print in landscape

In PHP I have the following code that sends an email. Is there someway to encode it so that the email, when printed by the recipient, automatically prints in landscape? $email_subject = 'Crew List'; // instantiate mailer …
DCR
  • 14,737
  • 12
  • 52
  • 115
0
votes
1 answer

Trying to force landscape mode on devices only using CSS

Having an issue with the homepage I'm currently trying to complete for this site (http://purcraft.com/madeinla/home5.html) where due to the aspect ratio, I want to make certain this gets forced into landscape mode. Not ideal, but it just will leave…
Adam Bell
  • 1,049
  • 1
  • 16
  • 50
0
votes
2 answers

MPMoviePlayerController - Full Screen | Swift

I am currently trying to implement a MPMoviePlayerController in my Swift app. When the video is loaded (by clicking a button on previous view controller) I would like the video to go in to full screen mode. With my current code this works perfectly…
dwinnbrown
  • 3,789
  • 9
  • 35
  • 60
0
votes
1 answer

Media Player force landscape

In my app I want a video to open in landscape mode when the MediaPlayer is being opened, but I don't want to enable landscape in all other ViewControllers. How can I programmatically achieve this using Swift?
GLS
  • 831
  • 6
  • 8
0
votes
2 answers

landscape mode savedInstanceState

I'm working on an Android App and dealing with an issue !! When I change the screen from the portait mode to the Landscape mode without changing the activity I'm working on android Stop, Destroy and then create and launch my Activity. To know that,…
Abdel Z
  • 51
  • 1
  • 1
  • 6
0
votes
1 answer

Android - Switching orientation from portrait/landscape resets attributes to default settings

I am building a simple android game that I would like to work in both portrait and landscape views. I have created separate xml files in layout and layout-land. In my manifest file I have…
Ted Petrou
  • 59,042
  • 19
  • 131
  • 136
0
votes
1 answer

Switching between Landscape/portrait in word document using Apache POI XWPF in Java

I have tried to set page orientation on single pages with help from here with no luck. This code snippet generates a document, but it only sets the last page to landscape. I can't figure out what is wrong... Any help or guidance would be…
Tobias Sjöbeck
  • 151
  • 2
  • 8
0
votes
1 answer

iPhone - Landscape Only App

I am trying to make an app that will only be viewed in Landscape. I have looked up some tutorials (albeit older ones) and have done the following: -set up the info.plist to include a key for uiinterfaceorientation -in the main view controller I…
Robert
  • 35
  • 6
0
votes
1 answer

Iphone 6plus safari landscape links not working

Has anyone else had the problem of links at the top of a website not being clickable until you scroll down and hide the URL bar? It only seems to happen in Safari iPhone 6 plus landscape view.
csber3
  • 175
  • 2
  • 10
0
votes
1 answer

YouTube API goes blank in fullscreen mode - Android

I am using the YouTube API v3 and have the thumbnail videos for a List working nicely, and when you click a video in the list, it pops open a video box over the list that plays the video. This part works. But the video box was created as part of the…
Azurespot
  • 3,066
  • 3
  • 45
  • 73