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
-1
votes
2 answers

how can I disable landscape mode javafx?

I want to disable landscape modeon javafx app for the whole app. How can I do that? I'm also using Gluon plugin. Thanks in advance
Denise
  • 131
  • 10
-1
votes
1 answer

In-built android app to run only in landscape mode

I have developed an application that runs images and videos (with a default application to display them) for a certain time period. However I want to run all these images and videos only in a landscape view. I want to lock this, irrespective of…
Archana Sarang
  • 101
  • 1
  • 9
-1
votes
2 answers

how to convert current screen to landscape mode in phoneGap

We are developing phone-gap application.We have 4 pages like one.html,two.html,three.html,four.html.In this one(two.html) of the HTML file need to be landscape mode automatically. Please guide to us.We are new to this.
-1
votes
1 answer

Wrong text position in Textview Landscape mode, Android

I have this Landscape Activity (she can't switch in Portrait mode):
Teo Rock
  • 1
  • 1
-1
votes
2 answers

Disable landscape-mode for mobile devices

Hi there i created a responsive mobile website using this: max-width(480px) {etc..} + For every mobile device the website looks the same =>…
user3683881
  • 93
  • 1
  • 2
  • 10
-1
votes
2 answers

Run my application on different devices with different resolution

i'm creating a app in Android using eclipse, but i don't have idea with create layouts for more of one resolution of screen. My app is in Absolute Layout in a screen landscape of 1024x600, but if i execute this app in other resolution, the layout is…
FelipeRsN
  • 887
  • 1
  • 9
  • 19
-1
votes
1 answer

Open one view in Landscape from table view did select row by default in iOS 7

I have tried all the options in stack over flow, some answers are not effective and some are not explained properly.I have a table view and once did select row called, i am pushing it to the new view controller. Now at this juncture i want that new…
-1
votes
1 answer

iPhone Launch Image Landscape

I am trying to add a launch image to my Universal landscape game. I am using the Asset Catalog. Here is how it looks like: For the iPad everything is all right but on the iPhone no launch image appears.
Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70
-1
votes
2 answers

Change order of images when switching to landscape

Currently working on a mobile website for my client but can't get the following to work. The homepage of this mobile site gets divided with 2 large images where users make their choice. The portrait mode works perfectly by stacking the images on the…
Mar1
  • 1
-1
votes
2 answers

Android App: MainActivity Can't Find ListView/Crashes on Landscape->Portrait Mode

I'm having two issues with my Android application. I'll start with the relevant code, which I'm 99% certain is locked within my MainActivity class: package com.simplerssreader; import android.content.res.Configuration; import…
SFX
  • 169
  • 11
-1
votes
1 answer

How must I modify bootstrap to have landscape mode?

Help me please, ho do I change my css/html (using bootstrap) In order to see my page horizontaly in landscape mode ???![enter image description here][1] http://postimg.org/image/pb7vwhusf/ this is the link to image
-1
votes
2 answers

How to set Portrait mode when it's in landscape?

I am making an application which supports portrait, landscape left, landscape right interface orientiations. However in my application, there are some view controllers for which I want to have only portrait. It means that, when you rotate this view…
user2728147
  • 23
  • 1
  • 3
-1
votes
1 answer

UIWebView created through IB and through code not orientation friendly

I am writing this in viewDidLoad, // Programmatically creating uiwebview. UIWebView *webVPrg = [[UIWebView alloc] initWithFrame:self.view.frame]; NSURL *url = [NSURL URLWithString:@"http://www.google.com"]; NSMutableURLRequest *urlReq =…
esh
  • 2,842
  • 5
  • 23
  • 39
-1
votes
1 answer

Media Queries issue with mobile landscape mode

i am making a new portfolio for myself and i want it to work across all platforms.. i have got it working on desktop, mobile portrait, ipad portrait and ipad landscape, all with different media queries set up.. however when i load the page on my…
FoamyMedia
  • 486
  • 3
  • 14
  • 32
-2
votes
2 answers

Unreal Engine 4 - Blueprint How can I make a cube invisible?

I like to invisible/hide a cube when the charactar go in a triggerbox and press a Key like "E". I have already open a blueprint and insert a triggerbox and linked with the Key "E". But I don´t know how I can get the cube (in the world the triggerbox…
1 2 3
95
96