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

Portrait app shows as Landscape

I am an Android developer and have recently made an app for a client. The screen orientation should only be available in portrait, so I have added the option android:screenOrientation="userPortrait" to each and every activity in my manifest. Despite…
SaraVF
  • 312
  • 4
  • 6
-2
votes
1 answer

App change portrait orientation to landscape on motorola xoom

We are developing an app, what is changing the hard coded orientation portrait to landscape on the 2nd launch. We have screenOrientation="portrait" in all activity definitions in the manifest file. Any idea how to resolve this? Here is my code:…
-2
votes
1 answer

Does ipad app with only landscape mode will be accepted by apple or not

I have app in which i have used rotation for the app fixed to landscape apple will accept the app or not.
Developer IOS
  • 115
  • 1
  • 2
  • 11
-2
votes
1 answer

How do you make a tablet so the screen won't flip?

How can I make the tablet to always stay in landscape orientation and never go into portrait orientation, even if the user of my app tilts it sideways?
Michael Zeuner
  • 1,736
  • 3
  • 15
  • 23
-3
votes
1 answer

VideoView in full screen in landscape mode

I've the following XML with various element and I would like to have the only VideoView element expanded in fullscreen (like YouTube) when the device is in landscape mode:
andreasperelli
  • 1,034
  • 2
  • 11
  • 40
-3
votes
1 answer

Get right UIView size when opening Landscape

I have a UITextView that in portrait sizes 500px width. I add it by code as subview but i can't be able in viewdidapper to get the correct size if the app is opened in landscape mode. After the device rotation it works right. If opened landscape…
-4
votes
1 answer

How do you Implement Landscape Launch Screen for iPhones?

How do you implement landscape launch screens for iPhones? I've seen the "plist duplicate" posts and added the arrays they suggested to my plist, and added my launch images to my xcassets file which is set as my launch image so it shows as just a…
-4
votes
1 answer

iPhone: How to Prevent Views From Rotating to Landscape View?

I need to block rotation to landscape orientation because my app crashes when it attempts to rotate views to landscape. How do I block rotation to landscape and where can I setup the block such that it applies to all my views? Thanks
AG007
  • 279
  • 1
  • 7
  • 18
-5
votes
1 answer

How to fix landscape mode HTML5 web app in Mobile

How to fix landscape mode HTML5 web app in Mobile( iphone / android ) using jQuery or JavaScript or any other way ?? Please suggest me.
1 2 3
95
96