The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
57 views

different design for portrait and landscape mode in android

Hi i have created two fragments on single layout. In layout-land : fragments need to display horizontally. In layout-port : fragments need to display vertically. Now i have to run the app on ...
1
vote
2answers
50 views

How to position layout according to orientation of tablet

I am creating demo app for tablet and also for mobile device.Now there is one activity which has two tabs,So inside tab there is ListView. My Question is I want to show that ListView by some margin ...
0
votes
1answer
70 views

ios: UIView's width and height after changing orientations is inaccurate?

I'm trying to make sure my custom UIView is always on the center of the screen even after orientation changes. So I was trying to do some math with my UIView's superview, which is the main view of ...
1
vote
1answer
77 views

List View gets cleared when orientation changes in android. ( Using a customAdapter, List<Class Object> )

Im stuck in here... In my app, i implemented a Listview with a CustomAdapter. The Customadapter is made from a List object, that is, List. And the addition to this List is dynamic. And this ListView ...
0
votes
0answers
35 views

Parent Controller automatically focused when Modal View Controller is rotated

I am trying to handle orientation changes when my Modal view controller is on screen. My all methods are called on modal controller perfectly when orientation changes, but after that Parent controller ...
0
votes
0answers
24 views

Save input and re-display when orientation changes

I have a few UITextView's in portrait view controllers in my project. I have created alternate landscape view controllers with their own UITextViews, for the portrait views. When the device ...
0
votes
0answers
16 views

Thumnail listview shifts out of screen when reoriented to portrait an iPod

I used the thumnail listview example on the jquerymobile.com site to make this page: http://www.karinedaelman.be/test.html When re-orienting an iPod or iPhone from landscape to portrait, the ...
1
vote
2answers
146 views

Changing the number of grids on orientation change in jQuery Mobile

I am trying to change number of grids on orientation is landscape from 2 to 3 grids how can I achieve this?
1
vote
0answers
49 views

Faking landscape orientation in Activity when locked in portrait

The camera app on Android locks its orientation to to portrait, and fakes an orientation change when you turn to landscape. The screen never re-orients itself (you don't see the screen reload or shift ...
0
votes
1answer
259 views

Orientation change in Fragment. Restoring view state

I have a fragment, which hold some EditTexts, some RadioGroups and Spinners. When I change the orientation the view state isn't retained. I tried to override onSavaInstanceState and call ...
0
votes
1answer
143 views

Flex mobile orientation: force portrait mode and then allow auto orientation

I'm creating a flex mobile project and I want to force the app to portrait orientation when I click a button, and when I click other button allow again to change the orientation. This is my code when ...
1
vote
1answer
313 views

Google maps Api V2 slow orientation change

I am using google maps Api V2 in my app but i have a problem when the screen rotates. It hasn't any functional problem but when i rotate the screen the change doesn't seem to be instant as in other ...
0
votes
0answers
65 views

List dissapears on orientation change in iPad

I have a list which is displayed on click of a button. When i change orientation from portrait to landscape there is no problem but when i change from landscape to portrait the list dissapears. In ...
0
votes
0answers
21 views

deviceorientation on mobile firefox v 18

I need to detect change in orientation of a cell phone. window.addEventListener("orientationchange", function(event){alert("orientation changed");}, false); works absolutely fine on iOS 6 safari , ...
0
votes
2answers
59 views

Threads on Orientation Change

This has been really confusing me of late. I have a thread which I start, and it keeps running until I kill it - by setting it's while variable to false. This all works ok, but I lose contact with ...
0
votes
1answer
206 views

How to prevent screen orientation changeing returning from camera intent (SGS3)

In my App I call a second Activity with a ImgButton which calls the camera intent on onClick(). After i took a photo, back in my activity i show an AlertDialog Box where the user can choose to take a ...
0
votes
1answer
58 views

IOS Orientation with FlipViewController and a master view

I use two ViewControllers. A MainView and a FlipViewController. The MainView contains a bunch of buttons and controls, and a graphics display, and the FlipView contains the settings. The MainView ...
1
vote
1answer
50 views

Rapid orientation changes IOS

What's the best way to control orientation changes when they happen too rapidly and overlap in time? In my application, I display a PDF document and scale it according to the current aspect ratio. It ...
5
votes
1answer
623 views

ActionBar Drop Down navigation - orientation change puts wrong fragment in

I am having a actionbar dropdown navigation. The problem is when I switch to a different fragment, then do an orientation change, it puts the first fragment inside anyways, even though I think I am ...
4
votes
1answer
414 views

Detect Orientation Change on IE10 Metro with JavaScript

I have a variable height div fixed div that can change height on orientation change, so ideally I wanted to change the CSS by javascript. However on IE10 Metro using the Surface I can't find any JS ...
3
votes
1answer
304 views

Detecting if a device is able to change orientation in JavaScript

Is there a native JavaScript (or through the use of a library such as JQuery/Modernizr etc) way to detect if a device is capable of changing orientation? I would like to use that as a method to ...
1
vote
3answers
90 views

Best way to backup user's inputs dealing with orientation changes

I am developing a simple apps that allow users to post articles on a website. It's just a simple form with inputs for title et text and a send button. To do this, I used a FragmentActivity with a ...
0
votes
0answers
77 views

Android: Save state of a custom compound

I have a custom compound which extends RelativeLayout and adds a WebView internally. I need to save the state of the custom compound and its webview on orientation change. I would expect that before ...
2
votes
1answer
537 views

How to get getIntent() to return null after Activity called with an Intent set

This question was similar to my original question, but I think there is a better way to approach a solution. getIntent returns wrong intent when setIntent is followed by a rotation Basically, in my ...
0
votes
2answers
255 views

UIWebView change image when orientation changes

I would like that my uiwebview change gif image when orientation changes so initially i'm using the following code to load the first image : NSString * url = @"gif image url..."; int width = width of ...
0
votes
0answers
191 views

Backbone - Url's hash becomes empty on orientation change

I'm developing a Phonegap mobile application, using jQuery Mobile, Backbone and RequireJS. I configured jQM to let Backbone manage the routing. Whenever I change the orientation of the device, it ...
0
votes
1answer
266 views

Memory Leak on DialogFragment orientation change with expanded Spinner

I know there's a ton of questions about memory leaks and orientation changes. I've spent hours looking and testing trying to figure out what exactly is going on. I've paired my app down to an ...
1
vote
1answer
430 views

Firefox mobile (android) and orientationchange

The event is not working in firefox mobile for android. How do I detect the orientation change after all?
1
vote
1answer
185 views

Android - Forcing orientation in smartphones only

My app has 3 screens, and all of them must be portrait-only in smartphones and both orientation for tablets. Unitl now I was using the following code in OnCreate: if ...
0
votes
0answers
80 views

Remove IOS/Android URL header onchangeevent

I'm stumped... I'm trying to remove the url header in IOS for iPhone and Android. The thing is I need that up top real estate and what I see online still does not get the job done. Here's the ...
0
votes
2answers
177 views

Orientation in iOS

I am new to orientation. I wish to know how to implement orientation in iOS. Now that the method used is different for both iOS5(and below) and iOS6. Should the frame of all objects be set ...
2
votes
1answer
937 views

Orientation issue after Video dismissed: Cordova 2.1.0 + iOS 6

I'm building a Phonegap app that needs to play fullscreen html5 videos. My problem is that with Phonegap 2.1.0 and iOS 6 something changed with orientation, and everytime I dismiss a fullscreen video ...
0
votes
1answer
138 views

Handling for spinner on orientation change - android

I have spinner in my activity. When spinner is clicked, drop-down is shown. Now, Change orientation. That drop-down is not maintained. Is there any way to shown drop-down again on orientation change? ...
1
vote
2answers
1k views

DialogFragment callback on orientation change

I'm migrating my dialogs, currently using Activity.showDialog(DIALOG_ID);, to use the DialogFragment system as discussed in the android reference. There's a question that arose during my development ...
2
votes
2answers
607 views

ios6 Safari bug on orientation change when <input> has placeholder text

I have a bug on mobile safari iOS6 only where the layout is shifted to the left on orientation change - from portrait to landscape and back. The bug only exists if there is content in the ...
1
vote
2answers
2k views

iOS CAlayer Orientation AVCaptureVideoPreviewLayer doesn't rotate

Summary: I can't force the CALayer to respond correctly to orientation changes. Whenever I try to use cgaffinetransform I am getting weird results (layer is not centered). Any help will be ...
0
votes
2answers
303 views

My Android app rotates even if screen rotation is disabled in the OS. How can I fix this?

I am developing an Android app that has full support for landscape mode. All of my activities have the following properties set in the manifest: ...
0
votes
2answers
179 views

Issue with ViewPagerIndicator in Android when orientation is changed

I have implemented the Jake Wharton's ViewPagerIndicator. Here, I am reloading the data when the orientation is changed. In landscape I have 6 pages & I have scrolled to last page. The result is ...
0
votes
0answers
150 views

jquery dynamic height and tablet orientation change

OK so I have jquery toggle functionality going on for an article section, where initially three articles are shown and the user clicks a show more button and more articles get pushed down to view. The ...
0
votes
0answers
134 views

Update shouldAutorotateToInterfaceOrientation in Rhomobile Framework

when I compile an app with XCode 4.5, iOS 6 SDK and Rhomobile 3.4.2, the app does not auto rotate anymore. To my understanding I need to upgrade "shouldAutorotateToInterfaceOrientation" in the ...
0
votes
0answers
155 views

portrait videos gets flipped to landscape (iOS and Android)

We are developing an app that amongst its functions can take photos and videos which are uploaded for viewing on both a backend website and in another app (which gets data from backend). We have one ...
0
votes
2answers
150 views

Ti.UI.iPad.createPopover sizing issue while orientation change occurs

Guys I am having problem of 'How to resize' popover on 'Orientation change'. Please take Demo source-code. Perform following steps to regenerate the problem: Download the attached source code, ...
0
votes
1answer
163 views

Android 3.2 Motorola Xoom Orientation Change

I want to have 2 different orientation modes depending on the device - if device screen is Extra Large, the orientation should be LANDSCAPE and if device screen is smaller, the orientation should be ...
3
votes
3answers
251 views

App Crash on Orientaion Change (just when I set 2 different backgrounds for portrait and landscape modes)

I use a JPG background for root view of my activity, and I put it in drawable folder. Anything was fine until I decided to use 2 different wallpaper for portrait and landscape orientation. So, I put ...
0
votes
2answers
222 views

Webview is not visible after orientationchange in android

After long searching on the net still no fix for my problem. manifest: <application android:hardwareAccelerated="true" android:icon="@drawable/ic_launcher" ...
0
votes
0answers
32 views

Program crash, when screen orientation is changed and while AsyncTask is working [duplicate]

Possible Duplicate: Screen orientation lock I need some help here. In my android application, i've an activity that by pressing a button it will run a progress bar while it's in ...
2
votes
0answers
345 views

Android: Capture event when orientation change from portrait to reversePortait

My application supports portrait mode only including the upside down view. Hence I've got the following in the menifest: android:screenOrientation="sensorPortait" Also the following to capture ...
1
vote
1answer
238 views

edit text height increases while changing the orientation

In my app i am locking the screen orientation as portrait. But i am changing this when user tap on an edit text box.in portrait mode it is working fine.but in landscape mode edit text height is almost ...
-1
votes
1answer
245 views

iOS 5 objective C orientation

I am learning to dvelop applications for iPhone on iOS5. I have no prior experience with any other version. I wanted to support multiple orientations and i have been searching a lot lately. But i have ...
0
votes
1answer
388 views

Changing Image on Orientation Change

So Im designing this application for iPad using phoneGap/Cordova and Jquery mobile. after researching how i could change an image on orientation change and browsing through the epic resources that is ...

1 2 3