Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

BlackBerry WebWorks Contributions

Reply
New Developer
liangjiu2008
Posts: 7
Registered: ‎06-08-2012
My Carrier: NOKIA
Accepted Solution

Html5 screen rotation playbook

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?

Please use plain text.
New Developer
liangjiu2008
Posts: 7
Registered: ‎06-08-2012
My Carrier: NOKIA

Re: Html5 screen rotation playbook

[ Edited ]

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.

Please use plain text.