PhoneGap - Forcing Landscape orientation
问题 I started looking into PhoneGap yesterday and created a simple \"marble\" rolling around while tilting the phone. I am currently developing on Android but I want the orientation to stay as landscaping instead of moving when the phone gets spun around. Is there a way of doing this? Manifest: <?xml version=\"1.0\" encoding=\"utf-8\"?> <manifest xmlns:android=\"http://schemas.android.com/apk/res/android\" package=\"com.phonegap.helloworld\" android:versionCode=\"1\" android:versionName=\"1.0\" >