[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-20 Thread ymst
FYI this problem has been listed in the issue tracker http://code.google.com/p/android/issues/detail?id=13189 ymst -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-07 Thread Streets Of Boston
Yep, i see the same issue in the Emulator. Rotating back from landscape to portrait does not happen until the app (any app, it looks like) 'exits' back to the home-screen. On Dec 6, 4:31 pm, Max Binshtok max.binsh...@gmail.com wrote: Hi, Just tried my app on Android 2.3 and it seems that it is

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
here I meant of course 2.2 not 2.3 - It rotates perfectly fine on all other OS versions 1.5 through 2.2 On Dec 6, 4:31 pm, Max Binshtok max.binsh...@gmail.com wrote: Hi, Just tried my app on Android 2.3 and it seems that it is not handling screen rotation from landscape to portrait mode

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Ali Chousein
Hi, Once I faced a similar issue with changing the orientation from landscape to portrait. What I observed at that time was that, when the orientation is changed from landscape to portrait the onDestroy- onCreate pair can be called twice. This has all sorts of side effects of course. Check in the

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread ymst
Hello, I've found a similar problem on Emulator. - create Activity A (screenOrientation=landscape) - launch Browser from Activity A - orientation of Browser never changed even if Emulator has been rotated (ctrl+F11) I hope it's an emulator specific problem... ymst -- You received this

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
It is not my app apparently (thanks @ymst for the idea) I checked the browser app. Just opened the browser (the emulator has it preinstalled) and the browser app exhibits the same behavior - once turned to landscape, it doesn't rotate back to portrait when the emulator is switched to portrait.

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread Max Binshtok
Here's a screenshot of the browser stuck in landscape although the emulator is in portrait. Screenshot is from a Mac, same behavior on Windows 7 x64 (doesn't seem to be a system specific issue) and confirms this problem on at least 2 completely different machines.

[android-developers] Re: Android 2.3 not handling orientation change properly - screen is not redrawn

2010-12-06 Thread tobias429
I'm having exactly the same issue in my App. Worked fine in all other Android versions before. It also seems to be for the change from landscape to portrait only. The other way around works fine. -- You received this message because you are subscribed to the Google Groups Android Developers