I’m developing a Android app using Phonegap – Is there any way in which I can freeze the screen rotation to only display portrait – so it doesnt move when the phone is tilted landscape?
I tried adding-
android:screenOrientation="portrait"
to my android manifest file but this hasn’t worked. I’m developing using Android 2.1
Cheers
Paul
just add the following code to your manifest file:
Are you adding following code to activity only?