05-09-2011 03:27 PM
In 4.5 my app is portrait, how can I get it back to landscape and stop in rotating on the device?
Solved! Go to Solution.
05-10-2011 04:48 AM
There is a file called <your app>-app.xml. Open it and write
<aspectRatio>landscape</aspectRatio> <autoOrients>false</autoOrients>
within the <initialWindow> tag.
Playbook App: Car Crash