I was writing a web app for Android which can be used in both landscape/portrait mode.
I read about this question:
Switching to landscape mode in Android Emulator
And successfully rotated the screen into "landscape mode".
But unluckily, the browser was rotated WITH the screen too,
like no gravity sensory was working.
Please, can anyone tell me how to fix this?
p.s. I was using a standalone Android SDK, without any IDE. Target ROM ver is 2.3.3 .