Landscape Mode - Help with implementing

Hi, I’m not sure if this is more of a general PhoneGap question or one for these forums, but how do I get my app to work in landscape mode?

If you’re using PhoneGap Build then check this out. Specifically the orientation part: http://docs.build.phonegap.com/en_US/2.9.0/configuring_preferences.md.html#Preferences

You can also set the allowed orientations in Xcode - assuming you are developing for iOS.

Brilliant! Thanks :slight_smile: