04-21-2011 01:11 PM
Hello,
I have an app and want it to stay in horizontal mode. I am using this in the xml file:
<qnx>
<initialWindow>
<systemChrome>none</systemChrome>
<transparent>false</transparent>
<version>1.0.126</version>
<autoOrients>false</autoOrients>
<aspectRatio>landscape</aspectRatio>
</initialWindow>
<publisher>xz</publisher>
<splashscreen>splash.png</splashscreen>
<permission>access_shared</permission>
<icon>
<image>blackberry-tablet-icon.png</image>
</icon>
</qnx>
but that app still rotates. i am using sdk 0.9.4.
Solved! Go to Solution.
04-21-2011 01:12 PM
04-21-2011 05:42 PM
04-21-2011 05:52 PM
yesss, that was the solution!
08-14-2011 11:55 AM
08-14-2011 12:15 PM
newcomer9747: This thread is referring to how devs can lock the rotation of their own apps.
Check something like this for how you as a user can lock your device's rotation.
08-14-2011 02:10 PM
08-14-2011 08:35 PM