landscape Questions
4
Solved
Here are two images taken in landscape mode. One is full screen mode and the other is normal mode. The issue I am trying to solve is how to color the left white area you see in the normal view. I'd...
Fuddle asked 17/11, 2019 at 1:3
21
Solved
I am trying to force only one view in my application on landscape mode,
I am calling:
override func shouldAutorotate() -> Bool {
print("shouldAutorotate")
return false
}
override fu...
Bihar asked 20/11, 2014 at 10:55
15
Solved
My app (iPad;iOS 6) is a landscape only application, but when I try using a UIPopoverController to display the photo library it throws this error:
Supported orientations has no common orientation w...
Curiel asked 22/9, 2012 at 4:6
4
Solved
Is there a simple way to target landscape mobile devices without affecting desktop ones, without entering the screen size for every device?
If not, is there a single best resolution to target most ...
Nightmare asked 3/6, 2020 at 20:30
5
Solved
I want to play video in landscape mode in fullscreen.
And my application is lock in portrait mode.
How to implement this. Please help me.
Thanks in advance
Pleo asked 21/4, 2016 at 4:56
6
Solved
I have a SwiftUI project. For all but one of the views, I want to allow portrait and only portrait mode. For only one view, I want to allow both portrait and landscape. There are some resources on ...
Vagrom asked 7/1, 2020 at 17:36
11
Solved
I've seen references to being able to specify two separate layout xml files for an activity, one for Portrait and one for Landscape. I've not been to find any information on how to do that though. ...
Trailblazer asked 23/1, 2010 at 17:44
1
Solved
The idea is to replicate the PDF output on rmarkdown in quarto, in this case, is creating a multiple-page orientation on a single document. In rmarkdown I can do it easily by using this trick. Howe...
1
Using Swift 5.3.2, Xcode 12.4, iOS 14.4,
I am trying to make a simple Page-TabView in SwiftUI (see below code-excerpt).
When rotating to Landscape or back to Portrait, there is a problem (see video...
3
How can you set a camera into landscape mode? Everytime I take a photo, the image gets saved as a portrait image. When the device is in landscape mode the photo looks fine but if I see it in the ca...
3
I want to show a single page in my Flutter application in landscape mode. Every other screen should be shown in portrait mode.
I found this code snippet:
In my main.dart
SystemChrome.setPreferre...
Telesthesia asked 24/10, 2018 at 23:3
12
Solved
I'm trying to force the "portrait" mode for my application because my application is absolutely not designed for the "landscape" mode.
After reading some forums, I added these lines in my manifest...
Troyes asked 3/2, 2011 at 11:37
9
Solved
I am creating an app which is in landscape mode and I am using UIImagePickerController to take photos using iPhone camera in it and I want to create it in landscape mode too.
But as the Apple docu...
Bogosian asked 15/10, 2013 at 6:1
2
I've been succeeding to print and download pdf with my script above, but I have a problem how to print/download pdf with selenium python in a LANDSCAPE mode output.
I try to used pdfkit with "from...
6
I have a site that has a mobile stylesheet:
<link rel="stylesheet" href="css/mobile.css" media="handheld">
I'm also using jQuery to check for mobile devices and alter functionality accordi...
Insult asked 11/6, 2012 at 6:34
9
I created a completely new, single-view iOS universal Swift app. Then, I unchecked "Landscape Left" and "Landscape Right" in the app settings. I ran it on my iPhone, and hooray, it stays in portrai...
16
Solved
Please let me know where I am going wrong to get the error.
I am creating an app which have one of its activity to be only in landscape mode. So I added the following in AndroidManifest.xml file
...
9
I am using exoplayer to play video from url in my android app. In portrait everything work as expected (using viewpager, fragments and tabs inside activity).
My goal is to play the video in full sc...
Razzia asked 12/10, 2017 at 15:43
0
My flutter app only supports portrait mode.
However, on one screen user can take the pic using the camera plugin. Users can take the pic portrait mode or landscape mode(Without changing device orie...
Caudal asked 21/10, 2020 at 5:24
4
Solved
This code seems not to work in Landscape mode:
EditText destinationSearch = (EditText) findViewById(R.id.destinationSearch);
destinationSearch.requestFocus(); InputMethodManager imm = (Input...
Abrahamabrahams asked 21/1, 2011 at 17:18
7
Solved
How can I get 'AVCaptureVideoPreviewLayer' to display properly in landscape orientation? It works fine in portrait but doesn't rotate, and shows a rotated camera capture when the parent view contro...
Antilepton asked 21/1, 2014 at 12:37
16
I am using the Android VNC viewer on my HTC G1. But for some reason, that application is always in landscape mode despite my G1 is in portrait mode. Since the Android VNC viewer is open source, I w...
Xyloid asked 27/1, 2010 at 21:14
3
Solved
AutoCompleteTextView displays it's suggestions in a dropdown in the portrait mode.I would like to display suggestions either in a dialog or in a dropdown in the landscape mode,here the EditText and...
Quixotism asked 11/11, 2013 at 12:42
1
Solved
TL;DR: The iOS docs disagree with Info.plist about which orientation (landscape left vs. right) has the home button on which side. Am I missing something? (For example, there is a distinction betwe...
Fell asked 13/3, 2019 at 19:21
6
Solved
I have an empty application and there is no storyboard or xib involved. I want to have a hidden status bar and support only landscape orientation. Again, I wan't to make those changes only within c...
Unemployable asked 25/9, 2014 at 11:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.