A page or device orientation in which the horizontal axis is longer than the vertical axis.
0
votes
1answer
43 views
Launching app in lanscape only mode
I've written an app that supports only landscape mode. For some reason, it is being very stubborn. It launches and runs great on the simulator, but when I go to launch it on my device, it will not ...
0
votes
0answers
27 views
Switch screen orientation in Android
I have created two layout files for my android application, to manage the switch from landscape to portrait and from portrait to landscape. One in the dir res/layout and one (landscape file) in ...
0
votes
1answer
45 views
Xcode 4.6.2 how to convert from portrait into landscape?
I'm using Xcode 4.6.2, but I can not convert my app from portrait into landscape. I can see the Attributes Inspector but I can not find Simulated Metrics. I need to set the Orientation in Simulated ...
0
votes
1answer
18 views
how to use html5 video landscape in ios
I use phonegap to create a ios project.I want to use htmlt5 video to play a video in landscape.
So there is a way from webkit or in my application to switch in landscape mode only when i showing a ...
0
votes
0answers
26 views
Locking the screen orientation in android using cordova plugin
Iam trying to lock a html screen to landscape through Cordova plugin. Iam setting it using
activity.setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
With the above code, it works ...
0
votes
1answer
46 views
UIDatePicker gets black in landscape on iPhone
I have UIDatePicker that in potrait mode lokes like this
And when spawn it or rotate to landscape it suddelny gets black like this
This problem occurs both if i first spawned the picker in ...
0
votes
2answers
51 views
How to made single apk on different mode for Tablet and Phone in Android?
I wanted to show different views on Tablet and Phones but i am not able to switch mode for device. Requirement for Tablet is Landscape mode and for Phone is in Potrait mode. What changes should I do ...
0
votes
1answer
12 views
2nd (landscape) screen of application turns portait in iOS6
I 'm working on an iPad app in landscape mode only that worked nicely under iOS5 and under.
On iOS6, the 2nd screen (login screen) turns suddenly in portrait mode.
What parameters should i check ?
...
0
votes
1answer
53 views
iOS 6 - Force portrait mode only not working
I made an app wich need to be only portrait :
I set up portrait in the Plist file, in the Project Infos, i tried everything but my app still change orientation
My app is using an ShSideBarController ...
0
votes
2answers
36 views
Scroller is not showing in landscape mode in IOS APP
I want to make landscape and portrait mode iOS app. I've designed one page with 3 text boxes and 7 buttons. Text boxes and button are resizing (change width) according to IOS screen size in landscape ...
-1
votes
2answers
56 views
Splash screen in Landscape Mode in Windows phone 7 [closed]
Hi i want to start up my app in landscape mode so splash screen also need to start up in landscape mode, i have image (800x480) for splash screen. can any one tell me how to set the image at landscape ...
0
votes
0answers
33 views
Xamarin Studio MonoTouch application landscape orientation
I am trying to clone Creating tabbed application Xamarin sample.
http://docs.xamarin.com/guides/ios/user_interface/creating_tabbed_applications
public override bool FinishedLaunching (UIApplication ...
1
vote
0answers
17 views
layout quirks switching between portrait/landscape
I know this type of question has been asked many times before but I haven't found an answer to my specific issue yet so I thought i would post.
It's really a bit of a quirk I guess rather than ...
-1
votes
0answers
22 views
Fancybox 2 orientation change on iOS [closed]
Changing the orientation from landscape to portrait on iPhone or iPad wrecks the fancybox positioning.
An example can be seen on fancybox's own site: http://fancyapps.com/fancybox/#support and select ...
0
votes
1answer
47 views
Camera records upside down sometimes
When i am in landscape, if it's at 0degrees, it captures a good video, but if i turn the phone over 180 degrees, it will record upside down, how can i change this?
When i start recording i do this ...
0
votes
0answers
36 views
New UIViewController in Landscape mode with UIScrollView
I've made a lot of progress in my first iPhone app due to the answers I've found here, thanks.
I have implemented the TapToZoom sample code for an image. Works great in Portrait mode, but Landscape ...
0
votes
0answers
28 views
Supporting Landscape Playback for Youtube Video in iOS
I would like to be able to support landscape playback for a YouTube video that I am embedding in a web view while still only supporting portrait for my application. The root view controller is a tab ...
0
votes
3answers
35 views
CSS responsive design - detect portrait display
I know it's with pure CSS possible to adapt the stylesheet according to screen dimensions, like this:
@media (max-width: 959px) {
/* styles for smallest viewport widths */
}
@media (min-width: ...
0
votes
1answer
60 views
Does Everyplay support Landscape in iOS6?
I'm integrating Everyplay with my Cocos2d Game.My game only support Landscape orientation.
Everything goes well on iPad.
But When i test on iPhone(iOS6),it throws exception as following when I call ...
0
votes
0answers
85 views
Stacked mode ActionBar in landscape
I searched the internet but have not found a solution to my problem.
By now my app switches to LIST-mode when the ActionBar has no enought rooms or tabs move to the ActionBar Title (in one rows) when ...
0
votes
0answers
26 views
transitionWithView animation for LandsCape view is weird?
For All ViewControllers in my application I used Landscape mode ie I have Changed the Orientation option to LandScape in the Inspector Pane for the UIView of the ViewController in xib. I used the ...
0
votes
0answers
9 views
Why landscape move double-sided page number up in latex? [migrated]
I need a longtable in my appendix so I used the package lscape or pdflscape, but landscape environment seems to move up the page number of the page just before it. See code below.
...
0
votes
0answers
23 views
HTML/CSS - How Do I set up 2 divs in a webpage to print on paper LANDSCAPE 11 by 8.5
I see similar posts here about printing - but none that fully explain what I need to do.
I want to print a webpage to paper LANDSCAPE 11 by 8.5. I have 2 DIV's and am using trial and error to get the ...
0
votes
1answer
84 views
XCode table view rotating from Portrait to landscape hiding the first row
In my app i have a table view. Lets say for example i have 10 rows worth data in the table view with a navigation bar at the top.I launch the app in portrait mode. I see 10 rows.
Now i rotate the ...
5
votes
2answers
138 views
iOS Landscape Orientation handling behind the scenes
Can anyone give me a detailed explanation of why iOS is handling it's landscape orientation the way it does in regards to frame and transformation?
What I'm talking about is this following behavior ...
1
vote
0answers
50 views
Which keyboard should be displayed for numbers in landscape mode on the iPad?
I'm trying to display a numeric keypad, but I'm getting the following warning:
Can't find keyplane that supports type 8 for keyboard Wildcat-Landscape-QWERTY-Pad; using ...
0
votes
0answers
61 views
is it possible to fix phonegap inappbrowser to load in landscape?
I want to use the phonegap inappbrowser but it should load in landscape. My whole app shoud run in portrait mode so autorotation is deactivated.
Another thing i want to do is deactivating the tabbar ...
2
votes
1answer
25 views
How to determine the coordinates of iPad's bottom right corner in landscape mode?
I am trying to place a subview (buttView) in the bottom right corner in the main view (from code, not from IB).
The following code works
const float bottom = self.frame.size.height;
const float ...
1
vote
3answers
59 views
listview onclick after rotate to landscape
when I rotate screen to landscape and when I want to select an object from my custom listview is an exception, but when screen is in portrait everythink is ok.
after rotate to landscape and click on ...
0
votes
1answer
132 views
UIImagePickerController: Check if returned image is in landscape or portrait? [duplicate]
So, the UIImagePickerController does not support landscape orientation. However, there is a portion of application where it is essential that the image that comes from the controller is recognized to ...
1
vote
1answer
87 views
media query for smartphone (landscape orientation)
I am developing a smartphone friendly version of a website and I am facing a little problem while working with the media query for the smartphone landscape orientaion. For the portrait orientation, I ...
1
vote
0answers
47 views
Windows Phone 8 Launcher-App submits wrong width and height to the website when set to landscape
Iam working on a Launcher-App which launches my website. On the mobile Internet Explorer it's working fine(Landscape mode) but when I try to do it with my own app, which is fixed to landscape mode and ...
-1
votes
2answers
51 views
How to add scrolling to the view when screen orientation is changed to landscape? [closed]
I have an Activity with several TextEdits and in portrait mode everything is displayed perfectly.But when i switch the device to the landscape mode several views didn't displayed (they are cut).Can i ...
0
votes
1answer
80 views
Cocos2d-iphone 2.0 set AutoRotate for landscape,but the view position is wrong when first loaded
The app is set up for only landscape.
In Project->target->Summary->Supported Interface Orientations, I enabled the 2 landscape icons (both left and right).
And in AppDelegate.m, the below code is ...
0
votes
1answer
165 views
Replicate camera app rotation to landscape IOS 6 iPhone
Hi I am trying to replicate the same rotation which can be seen in the camera app when orientation is shifted to landscape. Unfortunately I've had no luck. I need to set this up for the custom ...
0
votes
2answers
61 views
how to use Landscape mode in android 4.2
I am using android 4.2 when i am trying to run my program it's working only in portrait mode. Not displaying anything in landscape mode.
I have also used
...
0
votes
2answers
137 views
xcode ipad landscape orientation - reposition objects
Trying to get my iPad app to work in landscape orientation. I would like to change the positions of some of my controls once in landscape mode. I get the log so I know I'm in the method, however, ...
0
votes
1answer
181 views
PhoneGap app stuck in Portrait mode on Samsung Galaxy SIII
I just completed my first PhoneGap based Android app. HTMl5 with JqueryMobile. Works fine on most devices except on the Samsung Galazy SIII where the phone is stuck in portrait mode. I can't get it to ...
0
votes
1answer
25 views
My ads are only visible in landscape?
Well I uploaded an app on the market, but the ads were showing only on tablets, not on phones. But then I tilted my phone in landscape instead of portrait and the ad popped? I cannot understand why is ...
0
votes
1answer
75 views
Landscape only UIViewController in UINavigationController
I have UITableViewController in which on one tab is UINavigationViewController. UINavigationController root view controller is UITableViewController, and when clicked on cell, UIViewController appears ...
1
vote
0answers
48 views
LateX landscape page - pdfTeX error (\pdfsetmatrix) : Unrecognized format [closed]
I have some issues inserting a landscape oriented table in the middle of my document. Here is the log :
./Figures/Chapitre6/corr_proba_1.tex:389: pdfTeX error (\pdfsetmatrix): Unrecog
nized format..
...
0
votes
2answers
206 views
UIWebView - YouTube Video Landscape mode - iOS6
I want to play a YouTube Video in a UIWebView in fullscreen (Landscape mode)
But all my other views to be only in Portrait mode. How is it possible that only the YouTube video is in landscape mode?
...
1
vote
2answers
155 views
how to align textview according to above imageview in android
I m not satisfied with the result of my layout whenever I test it in landscape mode on different screen size devices.
In portrait I like the margin of the textview. Since my current image size of the ...
0
votes
1answer
91 views
Nextpeer in Landscape only iphone game
I used Nextpeer in portrait game and works fine. Used same code in landscape game but Nextpeer dashboard coming still in portrait mode. How to change Nextpeer dashboard orientation to landscape?
Here ...
0
votes
1answer
72 views
Default DatePicker dialog layout config issue
In landscape mode datepicker dialog is looking non-uniform "+" button size and "-" button size are differnt..
my xml layout is like this
<DatePicker
android:id="@+id/dialog"
...
0
votes
1answer
82 views
how to change layout at runtime?
I have a linear layout wrapping a button, a gridview and a textview set in a xml file. When the screen is in portrait orientation all these elements are displayed fine. However, when I change the ...
0
votes
2answers
252 views
iOS : Zxing QR Code Reader in ipad not working in landscape orientation
I am working on a landscape only iPad app and trying to integrate Zxing QR Code Scanner library to the project. I am able to successfully integrate the library, and run without any compiler errors.
...
0
votes
1answer
31 views
iPad orientation issues
I developed an iPhone-only application and now I am making it universal. On iPhone it will run in portrait orientation, while on iPad I want to force it to run in landscape orientation.
I am facing a ...
0
votes
0answers
39 views
Force ViewController to animate to landscape
I have got an app (ios 6 only) with a navigation controller as the root and multiple view controller pushing to push.
one viewController I want to push, should always view in landscape mode.
I would ...
0
votes
3answers
118 views
Android landscape right to landscape left event
I would like to now if the is any possible way to trigger an event when the layout is being redrawn because of the event of switching directly from landscape right orientation to landscape left ...



