Basically the question says it all.I am building an iPad app against version 4.2 of the SDK, and my client is testing the app on a device with 3.2.2 installed, and they are having terrible orientation
So I have a .jsp page that has an iframe in it.The content of this iframe is hosted on a separate domain.On a mobile device, I\'m looking for this iframe to detect an orientation change and alter the
I\'ve been trying to get my head around the Android orientation sensors for a while. I thought I understood it. Then I realised I didn\'t. Now I think (hope) I have a better feeling for it again but I
I am developing an Android application that relies on the camera API, using an HTC EVO as my testing device. No matter what I\'ve tried so far, the only time the camera preview looks right is in lands
My iPhone app has two boxes with content. When user switch the orientation of a phone boxes change the position like this:
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I have my iPad application in landscape mode sitting at my desk. When the iPad\'s screen locks, I unlock the screen. When the application is shown again, the application is in portrait mode and will r
So I am developing this view based app and I have an app that I want to start in landscape mode (haven\'t quite worked out how to do that, because in the plist file the \"initial device orientation\"
In my iPhone app, I have this in my .h file #define ORIENTATION_IS_PORTRAIT UIDeviceOrientationIsPortrait([[UIDevice currentDevice] orientation])
I want to force the screen orientation to landscape on button click by setting setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);