PhoneGap: Device orientation under iOS
问题 I created a new PhoneGap app using the following phonegap create hello-world com.hello.world HelloWorld With PhoneGap 4.2.0-0.25.0. However, I am not able to change the viewport orientation to landscape on the iPhone or the simulator. I tried the following two methods within my config.xml. <preference name="orientation" value="default" /> <preference name="orientation" value="landscape" /> I am still not able to use the app in landscape mode. (Of course I disabled any rotation locks on my