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 .
Try Ctrl + F11 and Ctrl + F12
it should work. if not close the emulator and sart it again.
Make sure you don’t have code snippets prevents Landscape view in both code base and Manifest file.