landscape Questions

1

When trying to work with a comma (,) as the decimal separator and inputType="numberDecimal" (or "number"), I have problem in smartphone in landscape mode, the comma is not showing. My layout: W...
Cyclohexane asked 27/6, 2016 at 13:38

4

Solved

This one should be very simple, however it's not. I'm trying to prevent my application from going into landscape view so I've changed the config.xml file like this: <preference name="orientation...

4

I want to play a video in my Activity using a VideoView,and make it fullscreen and landscape mode (with hiding virtual button and status bar)when I click a Button. But it can not hide the virtual ...

2

I cannot seem to find the workaround for this. On ios9 in mobile safari, if a webapp uses position:absolute and bottom:0 for the content area to cover the whole screen, when in landscape mode the ...
Reeta asked 9/10, 2015 at 13:27

1

Solved

I am developing an android IME and I want my keyboard to work only "pan and scan" and "resize" mode, not in "fullscreen" (as explained here) or at least request to prefer the "resize" mode. I know ...

1

Solved

I am using the Cordova splash screen plugin (https://github.com/apache/cordova-plugin-splashscreen) in my hybrid mobile app targeted for iOS. I have all the splash screen images added to my project...
Burke asked 24/6, 2015 at 19:46

2

Solved

This question has been asked, and answered, but the heavily upvoted accepted answer both: doesn't explain how to do it does not work The reason, of course, is that the accepted answer1 is depre...
Sanalda asked 12/8, 2015 at 15:10

3

Solved

In my camera app, you can switch between the front and back camera. When I take picture with the back camera the picture is the same like the preview shows. But when I switch to the front camera, t...
Quinary asked 30/11, 2011 at 20:10

3

Solved

What should I enter to config.xml or what should I do in general, to have PhoneGap Build application's splash screen displayed correctly on Android device in landscape mode? PhoneGap Build (used t...
Halonna asked 13/2, 2013 at 0:3

4

Solved

I'm fighting with scrollviews in autolayout (iOS 6,7) for some time now, and it's getting depressing. Consider a simple entry form that I want be scrollable, and that should resize in landscape: ...
Piecemeal asked 30/10, 2013 at 19:15

2

I am making game in Unity 4.5.0 with landscape mode. but i have screen orientation problem while building in iphone with ios 8. My game is not opening in landscape mode while my device set with l...

2

Solved

I have two divs that are floating next to each other. What i would like is to have it have a width of 100px when you are looking at it in portrait mode and lets say 200 px in landscape. This happen...
Erythrite asked 4/10, 2010 at 19:34

4

I want that my View rotates only in landscape mode, clockwise and counterclockwise. I read about the only counterclockwise for android < 2.2 and that's not a problem, my App will be +2.2 for no...
Timbal asked 21/3, 2011 at 11:55

2

In generally, on the landscape mode, the navigation bar controlled by navigation controller automatically reduce its size smaller. But I want to prevent that autoresizing. First, I set the naviga...
Booking asked 11/8, 2011 at 9:9

3

Solved

In my app, I have a hierarchy like Main view -> UIScrollView - > UISearchBar. The search bar covers the whole width of screen. But when it switches to landscape the scrollview adjust itself accordi...
Blissful asked 9/1, 2014 at 10:16

2

I am developing a xib-based landscape-only app. The app launches in landscape correctly. However, the view in my main ViewController is presented in portrait. That is, it is rotated 90 degrees so t...
Fare asked 10/4, 2012 at 21:22

3

Solved

I'm working on an iPad app that's going to be in landscape. But how I change so the window in interface builder is in landscape? I remember in the old Interface Builder I just needed to click on an...
Pachston asked 10/7, 2011 at 14:29

2

I'm implementing the StoreKit in-app app purchase interface and though it appears that the SKStoreProductViewController handles landscape on iPad, it does not appear to do so for my app on iPhone (...
Misdirect asked 13/10, 2012 at 2:3

3

Solved

In my app, all of the stuff is only in Landscape mode. I don't want the app to be functional in Portrait mode. How do I limit the orientation? Thanks.
Armistead asked 27/9, 2012 at 5:14

9

Solved

I have been searching for an answer to this, but cannot come up with anything. Apparently, iPhone SDK 3.0 made it possible that UIImagePickerController can be displayed in landscape mode - but I am...

1

I have the following code in my Main Activity's onCreate: getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE); getWindow().setSoftInputMode(WindowManager.LayoutPara...
Parmentier asked 18/3, 2011 at 11:11

3

Solved

I've tried to following methods to force landscape on one my views: - (NSUInteger)supportedInterfaceOrientations { return UIInterfaceOrientationMaskLandscape; } - (UIInterfaceOrientation)preferr...
Proconsulate asked 30/9, 2013 at 13:11

5

Solved

My app only supports landscape orientations via the supportedInterfaceOrientation properties. Using an iOS prior to iOS 6, my app can successfully load an instance of UIImagePickerController via ...
Liquesce asked 20/9, 2012 at 23:43

4

Solved

Is there any way to force stacked tabs? I want tabs separate of action bar (in a second row), even when landscape mode. I am trying to force it but I can´t. For example, Twitter app in Android, wh...
Thinner asked 19/11, 2012 at 18:31

2

Solved

I wish to disable the landscape view in an android application . I've used : <activity android:name=".SomeActivity" android:label="@string/app_name" android:screenOrientation="portrait"> ...
Jefe asked 7/10, 2011 at 9:11

© 2022 - 2024 — McMap. All rights reserved.