This is silly, but if I run phonegap create someApp, and then edit the config.xml file from:
<preference name="orientation" value="default" />
to
<preference name="orientation" value="landscape" />
and run on ios, nothing changes. In fact, its locked in portrait mode. Whats up with this? This is a fresh app, no modifications. Documentation says that this is all there is to it, but it does nothing. Not finding any help anywhere else online... Thanks in advance.