BlackBerry Tablet OS Question:
Download Job Interview Questions and Answers PDF
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>
Download BlackBerry Tablet OS Interview Questions And Answers
PDF
Previous Question | Next Question |
How to code sign a app? | Will MouseEvents trigger from a touch? |