I am using Samsung Galaxy Note to run a phonegap application. When I take picture, I can see that screen rotates just before entering camera. How can I disable this?
I h
Use android:configChanges="orientation|keyboardHidden" where you are setting screen as portrait.
android:configChanges="orientation|keyboardHidden"