05-08-2012 11:35 AM - edited 05-08-2012 12:53 PM
Hey there,
I'm looking to have a landscape application for both playbook and BB10DA (BB10 Dev Alpha). On playbook it will default to landscape and everything is peachy. However when I run the same app on BB10DA the phone locks to a portrait orientation making the app behave strangely. The keyboard comes up portrait and the bezel gestures do too. I have my rendering and input adjusted thanks to Cocos2d-x but the OS needs to recognize that I want the phone to be in landscape only for this application.
Is there a way to do this currently?
- Xoorath
Solved! Go to Solution.
05-08-2012 12:05 PM
In your bar-descriptor.xml file you can add the following element inside <initialWindow>
<aspectRatio>landscape</aspectRatio>
Which I believe should work.
05-08-2012 12:52 PM
Fantastic sir. Thank you.