BlackBerry Tablet OS Question:
How to lock screen orientation to landscape mode?
Answer:
In your *-app.xml file under <initial window> make sure these values are present:
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
Previous Question | Next Question |
How to code sign a app? | Will MouseEvents trigger from a touch? |