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

Splashscreen showing rotated in landscape only app

I have an iPad app that runs in landscape mode only. I am creating a view to act as a splash screen as soon as possible, because some database fiddling is needed before the first screen is loaded. The code I use in the appDelegate is: self.window =…
Bjinse
  • 1,339
  • 12
  • 25
0
votes
1 answer

Wired behaviour of UIImagePickerController while capturing photo

My entire app is in portrait orientation, only camera view should open in landscape orientation. I've taking reference of Apple's sample code of UIImagePickerController,…
Hemang
  • 26,840
  • 19
  • 119
  • 186
0
votes
3 answers

Handling screen rotation changes in android?

My problem is i am unable to handle the portrait and landscap mode operations. In the screen i have one register form but that is in gone state. When i click register button that will come. So when i goes to landscape in that if i am rotate the…
0
votes
1 answer

Null pointer in button in layout-large-land

I have a strange problem i have created a xml in layout-large-land and in that i have placed some buttons and i have written a activity for that xml file and i check whether it is landscape in a large screen and then i wrote click to the button…
0
votes
0 answers

AngularJS: Landscape mode only but "orientationchange" is not working in AngularJS

I was trying to make my application to work only in landscape mode, I have to display a text something like "Please use landscape mode" if the user is in portrait mode and all in AngularJS. I tried it in jQuery and it was perfectly working but we…
jeewan
  • 1,597
  • 5
  • 23
  • 40
0
votes
0 answers

Auto resize graphic to fit into container when in landscape (CSS, java, html5 only)

I have searched through Stack Overflow questions to make sure I'm not being redundant, and though many of the previously asked questions were similar I did not understand exactly what was being asked nor did I understand the answers. My question is…
Ana
  • 21
  • 3
0
votes
1 answer

ViewController Containment - Child ViewController not sizing correctly in Landscape

The app is set to only support landscape mode. The custom UIViewController has the following code: - (void)viewDidLoad { [super viewDidLoad]; MBMainViewController *mainViewController = [self.storyboard…
Ronnie Liew
  • 18,220
  • 14
  • 46
  • 50
0
votes
0 answers

iOS: Change view controller to landscape view

I am using storyboard and all the view controllers have navigation controller. The app is at portrait and landscape mode. One of the view controllers must always in landscape when I tapped a button. After researched all the questions in…
shoujo_sm
  • 3,173
  • 4
  • 37
  • 60
0
votes
1 answer

How to create an iPad app in only landscape right mode?

I am working on an iPad app and I want this app only in landscape mode. Please suggest me a suitable answer for this task.
ajeet sharma
  • 803
  • 10
  • 37
0
votes
1 answer

Open facebook login screen in landscape mode in ios

I am developing an app in landscape mode. I have a "Login with facebook" button which will redirect to facebook page asking to login to the user. My problem is ,when I tap "login with facebook" button the orientation changes and facebook page opens…
iAnurag
  • 9,286
  • 3
  • 31
  • 48
0
votes
1 answer

Android Activity handling with both orientation

As a beginner android developer I have faced with the problem concerning the fragments and activities handling when screen orientation is changed. This is my situation: I have two fragments (F_A and F_B). F_A contains ListView (LV), and F_B contains…
0
votes
1 answer

samsung galaxy s2 always treat camera view as landscape?

My app ask the user to take a photo and then saves it. I have noticed that Samsung Galaxy S2 takes a portrait photo but when I save it to the server I see it in landscape only in the server. (even though it was taken in portrait). It doesn't happen…
Elad Benda
  • 35,076
  • 87
  • 265
  • 471
0
votes
1 answer

GoogleMaps on Android reverts to standard GoogleMap tiles (as opposed to my custom ones) when switched to landscape mode?

I've declared my GoogleMap object and set it up with the option map.setMapType(GoogleMap.MAP_TYPE_NONE); So it shouldn't even be trying to load the GoogleMap tiles! Everything works just fine so long as I don't change the screen orientation. As…
Fab Castel
  • 552
  • 5
  • 18
0
votes
0 answers

Forcing landscape orientation on devices

I do not have any code, as I simply do not know where to start with this but is it possible I assume using javaccript. But is it possible to force a website to be a landscape layout on all mobile devices including ipad? Thanks in advance.
0
votes
1 answer

screen orientation landscape view doesn't working

In these project screen orientation landscape view wasn't working at all. In android manifest I did android:screen orientation=lanscape or doesn't use screen orientation in that.You can check it in manifest.But unfortunately I doesn't get a output.…
Stephen
  • 9,899
  • 16
  • 90
  • 137