Is there anyway in C2 to set the screen orientation to landscape so that we can have the game run in landscape mode on IOS rather than portrait?
I've been looking into this, too, and from what I've found there's no real way to do this easily but there are some hackish ways to fake it. Here's one of many decent links I've found...
http://stackoverflow.com/questions/5298467/prevent-orientation-change-in-ios-safari
With us hopefully starting to port games to mobile platforms (via AppMobi) I am also looking for a way to lock the orientation on mobile devices (especially android).
Has a way been introduced in C2 which allows this?
Jason
Develop games in your browser. Powerful, performant & highly capable.
Apple prevent you forcing an orientation in Safari for web sites. However, using either PhoneGap (via export options) or appMobi (via the appMobi object) you can export as a native app with a fixed orientation.