BlackBerry Tablet OS Question:

How to lock screen orientation to landscape mode?

BlackBerry Tablet OS Interview Question
BlackBerry Tablet OS Interview Question

Answer:

In your *-app.xml file under <initial window> make sure these values are present:

<autoOrients>false</autoOrients>

<aspectRatio>landscape</aspectRatio>


Previous QuestionNext Question
How to code sign a app?Will MouseEvents trigger from a touch?