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

Why does imageview not show the image of the same size as it was given?

I aplogise for the sparseness of detail but this is something most likely to be immediately obvious to someone. I've added an ImageButton to a page layout and this displays fine when it's loading from layout-land but in layout-port the same thing is…
Sojurn
  • 475
  • 6
  • 15
0
votes
1 answer

Programmatically setting UIScrollView Orientation

Is here any way to set UIScrollview orientation by coding? Actually I am creating scrollview programmatically and want to set its orientation landscape. I can't find any way on google and apple's docs.
NightFury
  • 13,436
  • 6
  • 71
  • 120
0
votes
1 answer

Could not keep landscape in iPad iOS5 for an universal application (iOS6 is OK)

I'm using the Master-detail template in xcode4.5.1 to create an universal app. To keep landscape in iPad, I have following settings. It works in iOS6, but always keep portrait in iOS5. How can I solve the issue? ( project linkage:…
LiangWang
  • 8,038
  • 8
  • 41
  • 54
0
votes
1 answer

UIWebView keeps Portrait dimensions when viewed in Landscape

I have been unable to find a solution to this problem anywhere. I am using Xcode 4.5 to write an iOS 6 app using storyboards. It uses a Navigation Controller to jump between several View Controllers with Navigation Bars, including a few that use a…
steveald
  • 23
  • 5
0
votes
1 answer

Android Ad: Landscape Vs. Screen Auto-rotate

I am developing an app of which all environment are in landscape. Manifest.xml Main.java public class Startup extends Activity implements AdListener { …
pearmak
  • 4,979
  • 15
  • 64
  • 122
0
votes
0 answers

My UIAlertView is not rotating from the beginning to the landscape mode

I found so many similar questions on this site, but neither of them helped me entirely with my problem. My ViewController is in landscape mode and I want my UIAlertView to appear in the same mode. I found some answers here, but it rotates the…
Maria Stoica
  • 211
  • 2
  • 13
0
votes
0 answers

iOS video Orientation

iOS6 iPhone project orientation is forced to portrait mode only. I now added a video which plays as it should in portrait mode only. How do I change the orientation of only the video to landscape? Thanks.
0
votes
1 answer

Major issues with rotation in IOS

I have now been stuck on this problem for more then 2 weeks! In my project, I have 1 single ViewController(slide) I want to enable both landscape and portrait in. The rest of all controllers/views(slides) I want to enable portrait-mode only. The…
Jesper Martensson
  • 1,238
  • 3
  • 18
  • 44
0
votes
2 answers

Disable Landscape Orientation in IOS5

I want to eliminate Landscape Orientation in my application, which is built for IOS 5. In IOS 6 I know this is possible - but it doesn't seem to be working for me in the earlier version. I am setting only two orientations in my plist file (Portrait…
venkat
  • 762
  • 2
  • 8
  • 20
0
votes
1 answer

Force landscape application to call supportedInterfaceOrientations (Again)

I Currently have a nearly landscape only iPad application on the app store and have been having some issues with the new iOS 6 way on handling rotation locking. It is a UINavigationController based application and since iOS handles most the…
liamnichols
  • 12,419
  • 2
  • 43
  • 62
0
votes
1 answer

android: landscape layout

I am having some problem for the following layout. The layout is very simple, just using tablelayout with 3 buttons in a row (view = landscape). However there is a "java.lang.NullPointerException " in the preview screen. I have tested and find that…
pearmak
  • 4,979
  • 15
  • 64
  • 122
0
votes
1 answer

Can't set SplashScreen for Landscape orientation in my iPhone app

I have image size of 480*320. I want to set it as Default splash for my application. I read all blogs, I did everything they said, but I failed to launch my app with landscape mode splash. I succeed to launch the application in landscape mode but…
Nilesh Tripathi
  • 100
  • 1
  • 11
0
votes
2 answers

Add a ScrollView Manually or Programmatically

I have an existing view with several elements, I was thinking of how to include a scrollview to contain all the existing elements without having to go through redesigning one by one the elements, My objective is, that when my orientation changes to…
mirageservo
  • 2,387
  • 4
  • 22
  • 31
0
votes
3 answers

Adjust UILabel to fit landscape and Portrait mode

I am trying to make a label which displays properly on both landscape and portrait mode. The label looks fine when i am in portrait mode but when i switch to the landscape mode the label is not aligned correctly.Is there a way to adjust the UIlabel…
user1861763
  • 135
  • 11
0
votes
0 answers

tabhost in landscape screen on android

ı use tabs on portrait screen but ı cant do it on landscape screen mode.What I'm trying to make ; https://i.stack.imgur.com/NWjzD.jpg How can ı do thats screen? ı do it for portrait screen mode.Here is;
Serkan
  • 641
  • 3
  • 11
  • 19