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

Android twitter async task crashes in landscape

Been on the same problem for too many hours, so I figured why not ask the stackoverflow community. I have implemented twitter it works fine if the orientation is in portrait. If I would turn the phone in landscape during the async call it crashes. I…
0
votes
1 answer

iOS: Footer jumps to middle of page when clicking input box

I have a uiwebview for some reason, if I click in a box to enter, say a username. The footer jumps above to the middle of the screen and you can't see what you are typing. Has anyone else ran into this issue? This issue only occurs when I'm in…
Sandy D.
  • 3,166
  • 1
  • 20
  • 31
0
votes
1 answer

Android - Fullscreen Layout for VideoView

I want to show my Video with normal size on portrait, and with Full Size on Landscape. So when the users starts to watch at portrait and switches to Landscape(Rotates the device) It goes fullscreen; when vice versa, It goes back to original size.…
user4156995
0
votes
1 answer

Different screen orientation for iPhone and iPad

I need to create portrait only orientation for iPhone and landscape only for iPad. What is smartest way to archive it?
0
votes
1 answer

Forcing Windows Mobile 6 application to run in landscape mode

I am writing an application for Windows Mobile 6.1, and I would like the application always run on landscape mode, regardless of the screen rotation. Does anyone have any idea? Thanks :)
ET.
  • 1,899
  • 2
  • 18
  • 28
0
votes
1 answer

Getting images upside down when taken in landscape mode (Android)

I'm facing a curious issue when taking photos in landscape mode. When decoding file to put it in portrait mode using the following code I get the pictures upside down when displaying in a alert dialog: public static Bitmap decodeFile(String path)…
Levimatt
  • 453
  • 1
  • 11
  • 28
0
votes
0 answers

Android: How to layout buttons along right/left edge of screen, when in landscape mode

My application is intended to be used in portrait mode. The application itself is locked in landscape mode (in the manifest) because I am working with an OpenCV JavaCameraView. I would like to position a row of buttons along the bottom edge of the…
0
votes
0 answers

iPhone app Custom UIWindow wrong frame in iPad Landscape orientation

I am writing an iPhone app using custom UIWindow.(xCode6.1, iOS8.1) - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. …
ttotto
  • 826
  • 3
  • 13
  • 31
0
votes
1 answer

XCode 6.0 Spritekit: Landscape Coordinates display correctly on device but wrong on simulator

I know there is an issue where if you plan to make a spritekit game in landscape mode then you need to set up your coordinate system in the view controller's viewWillLayoutSubviews method instead of viewDidLoad in order to properlly set up the…
Jordy
  • 415
  • 5
  • 13
0
votes
1 answer

Landscape game using swift in xcode 6

In GameViewController override func viewDidLoad() { super.viewDidLoad() } override func viewDidLayoutSubviews() { if let scene = GameScene.unarchiveFromFile("GameScene") as? GameScene { // Configure the view. …
Ben
  • 1,906
  • 10
  • 31
  • 47
0
votes
1 answer

Landscape Layout xml does not rotate content

In Eclipse-Android; I created two xml files; one for portrait and one for landscape. In a tutorial, the instructor simply added the same xml portrait content to a landscape xml file and when the application ran the view was correctly displayed in…
user3078406
  • 511
  • 1
  • 9
  • 26
0
votes
1 answer

Iphone 6 Landscape & Portrait Dimension Size?

Hi i was wondering if anyone knows the dimension size of Iphone 6, Landscape & Portrait in pixels? I am trying to design graphics for my App that i am currently developing and needed to know pixel size in landscaping mode for iphone 6.
S. Aonghaus
  • 1
  • 1
  • 1
  • 3
0
votes
4 answers

Android - best way to get the original Activity after configuration changed

I have an Android Activity and user starts some task (for example by a button click) which may take some time - say something between between 1 ms and 1 min. It can be some network operation or computing or anything other. I can use a Thread or…
0
votes
1 answer

facebook sdk not working properly for iOS8

for an iPad in Landscape orientation,Facebook login browser page is not orienting in Landscape mode.I have used facebook sdk-3.17 ver. Kindly help me to solv this problem. Thank you!
0
votes
1 answer

Android Landscape view does not work in the simulator

My view comes up with the default portrait view. When I use CTRL+F12 in the Eclipse simulator it does not rotate. I am using Nexus_API_17. I created the layout view under layout-land. http://screencast.com/t/050JYDLXuN7c Here is the code for…
user3618129
  • 85
  • 1
  • 1
  • 7