Portrait Orientation?
问题 How do I lock the orientation of my phonegap application to portrait? My current config.xml is using this preference: <preference name="orientation" value="portrait"/> However it makes no difference and I can still orientate my application in both orientations by rotating my mobile test device. Also if you know of a an active phonegap/cordova community could you please post a link? 回答1: If you are working with Android you can add android:screenOrientation="portrait" to the main activity tag