07-23-2012 03:48 AM
In my application programming, I set the width=600px and height=1024px , however the playbook screen is landscape mode, so when I install the application to simulator,the size is not suitable.
How can I do in my programming to rotate the screen to make my programming match the size?
Who can help me?
Solved! Go to Solution.
07-23-2012 11:48 PM - edited 07-23-2012 11:49 PM
I have found a method to solve my problem .
I add the <rim: orientation mode="portrait" /> to config.xml,then my app can fit the screen.