Detects whether the screen is in portrait orientation (height > width) or landscape orientation (width > height), and switches between the two. This term is especially used in mobile devices, where applications are notified when the user rotates the device.

learn more… | top users | synonyms

0
votes
0answers
25 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
29 views

Adding UIViewController messes up screen orientation

I started with a GLSprite sample app (source code), then added a UIViewController by adding UIViewController *vc = [[UIViewController alloc] init]; vc.view = glView; self.window.rootViewController = ...
0
votes
2answers
32 views

Popup Orientation Change

In this application starting onwards Portrait mode. . code snippet NSInteger heightOne; NSInteger heightTwo; NSInteger imgV; CGRect Bounds = [[UIScreen mainScreen] bounds]; if ...
0
votes
1answer
11 views

Disallow orientation in a certain CCLayer only

Globally my game supports two orientations: landscape right and landscape left In one subscreen (inheriting CCLayer) I need to lock the current orientation so that ... the current orientation is ...
0
votes
0answers
17 views

Change to a landscape layout from Fragment but not if ProgressDialog is active

I have a Main Activity that contains several fragments via the action bar/pagerAdapter. So what I want to happen is if user rotates the phone, a new layout is used unless the progress dialog is still ...
0
votes
0answers
16 views

Orientation issue with child activity for tabactivity android

I am developing an application where I have a tab activity and 4 child activities(Tabs). Now in my second tab I need to send one bluetooth request on every time i start this activity so I added this ...
0
votes
0answers
18 views

kindl fire orientaion lock programatically

I add below line to my activity in manifest as android:screenOrientation="nosensor" then I add the below code to oncreate() in my java class if (isSmartphone(this)) { ...
0
votes
0answers
35 views

Inconsistent grid view bounce

My app uses AQGridView and is exhibiting some strange screen bounce behaviour. There is a white panel at the top of the screen for a company logo and the grid view starts below this: Flicking the ...
0
votes
0answers
46 views

Android VideoView orientation like Youtube app

I'm trying to replicate in my app what the Youtube app does when playing a video. Portrait mode: Shows the video using only 40% of the screen and the rest with information about the video. Landscape ...
0
votes
0answers
34 views

iOS: wrong orientation when change rootViewController of main UIWindow

My app (Ipad, landscape) starts with a UITableViewController as rootViewController of the main UIWindow, it works fine; Then I change it to another view controller, but then I see a blank bar on the ...
0
votes
0answers
34 views

First detect tablet/pc device, then portrait/landscape orientation to apply a certain stylesheet

To detect whether or not a medium is in portrait/landscape mode, I can use the following: @media screen and (orientation:portrait) { … } @media screen and (orientation:landscape) { … } However, how ...
0
votes
5answers
67 views

First UIView in Portrait orientation and second in Landscape

I have an app which has 2 view controllers. The first viewcontroller should be in portrait and it's ok, but when I'm loading the second view controller, I could not make the app orientation to be ...
1
vote
2answers
52 views

How to reload the CSS file after orientation change (phone)?

For the gallery on my website I use media queries to readjust the image sizes depending on the screen width (I use the folio theme by galleria) and the image size is supposed to change when you tilt ...
0
votes
1answer
60 views

Screen orientation change not calling activity methods

So there are lots of SO posts on this topic but neither working in my case. Orientation is not calling any method of activity. I tried all possible ways mentioned like: Putting ...
-1
votes
0answers
15 views

changing map values on screen orientation change

Trying to display some values depending on present orientation(Landscape or Portrait) and changing for different orientation. Application starts ==> Default Orientation(Portrait) ==> Result OK ==> ...
0
votes
1answer
21 views

Change Orientation with different layout (Out of memory)

My app have two different layouts, one for portrait and another for landscape. I define two .xml with the same name but change some position of view. All things work perfectly until I change the ...
0
votes
0answers
23 views

Visual Basic | Screen resolution [migrated]

I am working with an application that will have sub forms. The primary form opens above the system tray, and on mouse-over, secondary windows will open right next to the primary. When I use the ...
0
votes
1answer
53 views

Hide jQuery Mobile fixed toolbars on orientation change

Using jQuery Mobile I can create a fixed toobar on a page using: <div data-role="header" data-position="fixed">Content</div> What I'd like to do would be to hide the fixed header when ...
0
votes
2answers
60 views

How to properly handle android:configChanges=“orientation|screenSize”

In my app I have to provide the ability to add, move, resize and remove some views, like a launcher does. It worked fine until now, but now I want some of these views to display a video, streamed in ...
0
votes
1answer
22 views

How can I have an app in portrait mode with only one DialogFragment that can change orientation?

I have an application with one Activity and some Fragments in it. I want my app in portrait mode, but there is one DialogFragment that must detect orientation, and changes its layout accordingly. How ...
0
votes
1answer
34 views

Android Difficult Screen Orientation

I have recently started studying Android, and I would, as first application, create my own camera. After taking a look at the API and other examples on the internet, I was able to create a working ...
5
votes
2answers
253 views

Wrong display width and height in Android

I have a screen size of 600 (width) x 1024 (height). I get current width 600 but incorrectly get height 976 (without rotated screen). I get current width 1024 but wrong get height 552 (with rotated ...
0
votes
0answers
61 views

How to programmatically adjust my grid based on the view mode in windows phone?

Hi I am using xaml file given below.I want to set page orientation like given below images,i dont have any idea about this.please can anyone help me? <Grid x:Name="ContentPanel" Margin="0,115,0,0" ...
4
votes
2answers
60 views

How to fix a specific orientation to a viewcontroller in IOS [duplicate]

I am working on an iPad app. It is to capture the image in popover and crop the image in full screen in next view. Here it consists of following screens 1) LoginViewContoller(need all orientations), ...
0
votes
0answers
28 views

iOS. Video with both fixed and fullscreen mode? Video has various screen orientations for these modes

How to implement the following using MPMoviePlayerController or MPMoviePlayerViewController or something similar? I think I have tried all but with no effect: 1 MPMoviePlayerController which jumps ...
0
votes
0answers
33 views

Nested Preference Screen closes on Screenorientation change in Android

I recently stumbled upon a problem. I am working with a Nested PreferenceScreen like this: <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > <PreferenceScreen ...
0
votes
0answers
36 views

Landscape Slower than Portrait

I have a button on an activity and when I click it, I launch the barcode reader by ZXing using the following two lines of code in my onClick() method: IntentIntegrator integrator = new ...
0
votes
1answer
158 views

SlidingFragmentActivity: How to save instance of view pager with different fragment

I'm using ABS and ViewPagerIndicatior. I have three fragment with custom list view in the my view pager that fills with custom adapter. now when I change orientation from land to port or vice verse, ...
0
votes
2answers
152 views

How to fix orientation on Windows Phone 8 Phonegap app?

Does anybody know how to fix the orientation in Phonegap app for Windows Phone 8? I want the app only supports portrait orientation.
0
votes
0answers
64 views

How can i set page orientation in windows phone?

Hi I am using xaml file given below.I want to set page orientation like given below images,i dont have any idea about this.please can anyone help me? My xaml file <Grid x:Name="ContentPanel" ...
1
vote
0answers
44 views

How to continue radio streaming in mediaPlayer after screen Orientation changes?

I am using a simple code to stream a radio from url like this: player = new MediaPlayer(); try { player.setDataSource("XYZ.com/streaming link"); player.prepare(); ...
0
votes
2answers
211 views

Windows Phone - change layout on orientation change

I am building a Windows Phone 8 application that uses a Pivot control to display data for a given date for different users. Each PivotItem holds a different user. Currently my application only ...
0
votes
1answer
35 views

Fragments and screen orienatation issues

public class MainActivity extends FragmentActivity { FragmentTransaction ft; Button b1, b2; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
0
votes
1answer
24 views

How can standardize the view mode of my Website?

I'm developing my website, but I'm having a little problem. On my computer I can see the site like I want, but when I see in my notebook, a content is very to right! In my computer is normal. I'll ...
3
votes
2answers
120 views

Can I determine if a device is in portrait or landscape mode using jquery?

I want to conditionally alter what the user sees on the photo gallery web site I'm going to create based on if the device being used to view the site is in portrait/vertical vs. landscape/horizontal ...
0
votes
1answer
80 views

Android: start Activity always in portrait but recognize orientation change

I want to start a new activity/intent always in portrait orientation (even if the device is held in landscape) If I use setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT); the Activity ...
0
votes
1answer
148 views

android force lauch activity in landscape mode

I'm trying to launch MyActivity in landscape mode. The problem is that it is currently being launched in portrait mode an then it goes to landscape mode. I have defined MyActivity in ...
0
votes
0answers
75 views

HTML5: Change animation end values on orientation change/window resize

In a previous post, I learned of an excellent library (Tween.js) to handle HTML5 animations in JavaScript. This has been working great, however I am having some difficulty with correctly completing ...
0
votes
0answers
31 views

iPad Orientation Issue using Viewport META

I know this has been asked around the web and on stack over flow a few times. There has also been a reported issue, which had a fixed applied by Paul Irish, Divya Manian, Shi Chaun and Adicto. - ...
0
votes
1answer
51 views

Appunta AR markers overlaps, change the orientation of eyeview but make activity in potrait mode only

I am developing an application where I am using three views of the data. 1.) ListView 2.) ARView 3.) MapView. For Geo-AR I am using "Appunta AR-engine". Its very cool and simple AR-engine. ...
0
votes
1answer
75 views

When orientation change than webview size will change but not smoothly

I have created a WebView programmatically. And changing its size when orientation change. But when i change size of that webview then it will change but not smoothly. how can i make it change size ...
1
vote
0answers
31 views

change css on orientation change ipad

I am doing responsive layout with media queries and works just fine. When the ipad change orientation though it doesn't "refresh" the layout accordingly to the media queries.
0
votes
1answer
44 views

How to set default screen orientation?

Somehow related to Cocos2d - Setting Device/Screen Orientation however I want to find a way to leave the default "allowed orientation" settings as is, but modify initial orientation setting. Now: ...
2
votes
1answer
89 views

On change screen orientation, new activity created

I'm relatively new to Android but have made quite a few apps over the past year so forgive me. I know that when you are running an app on a device and change the screen orientation by turning the ...
0
votes
3answers
67 views

Handling Screen orientation in android

This app requires both portrait and landscape orientations. Here I am creating "layout-land" folder in resource folder for landscape orientation.While I am doing orientation activity is taking the XML ...
0
votes
1answer
125 views

webview backstack lost after screen rotation, back button history of pages, Android

I have a WebView in an Activity and it works great in one screen orientation. I can navigate around to different pages on a website and when I hit the back button it goes back to the the previous ...
1
vote
2answers
62 views

ios 5 screen auto orientaion

Xcode 4.6 and there is an app where did support IOS 5.0 When running the application on the IOS simulator 6 - auto rotate works when IOS 5 - no. Same thing on the devices. Used StoryBoard. Boolean ...
0
votes
1answer
70 views

How to design an iPhone app that uses both Portrait and Landscape in Flash CS6

So I have created an App that has a different menu when it is held portrait, but changes when held landscape. I can get the navigation to work, However I am unsure how to design landscape pages inside ...
1
vote
0answers
122 views

how to fit iOS webview screen with rotation and zoom enabled

My app is simply loading a webview on 4th generation iPad. It has 768 x 1024 portrait and 1024 x 768 landscape view size. However the content I am loading is 760 x 1014. The app supports rotations ...
1
vote
2answers
78 views

Strange log message from EditText from `super.onRestoreInstanceState()` (in a simplest app)

I just have a simplest app: MainActivity.java package com.example.simplestedittext; import android.app.Activity; import android.os.Bundle; public class MainActivity extends Activity { ...

1 2 3 4 5 12