09-27-2012 06:01 PM
You can fix rotation now by adding new param element into your config.xml file:
<feature id="blackberry.app.orientation">
<param name="mode" value="portrait" />
</feature>You can find more infos here:
https://developer.blackberry.com/html5/documentati
I encourage you to check release notes for BlackBerry 10 WebWorks SDK 1.0.2 Beta:
https://developer.blackberry.com/html5/documentati
09-28-2012 05:02 AM
Thanks for the update. No, I didn't stumble on this interesting fix yet. I find it a little bit funny to use different methods for screen orientation lock methods on BB10 and Tablet OS, but anyhow: it works...
Just resubmitted the app with correct new parameters.
09-28-2012 10:51 AM
Does this fix it if I /want/ it to support different orientations or will this only lock the orientation?
09-28-2012 12:40 PM
Setting it in the config.xml will lock the orientation. There's currently no way to do this on the fly once the app is opened.