09-13-2011 06:11 AM
I have developed a simple application that runs fine in BB OS5 and BB OS6 devices but while running it in 9930 simulator or 9900 device, the orientation is appearing as landscape. I tried to add following code in my mainscreen classes but no luck so far:
protected void onUiEngineAttached(boolean attached) {
super.onUiEngineAttached(attached); Ui.getUiEngineInstance().setAcceptableDirections(
}
Some other applications are running fine in 9930 simulators, but this particular application is having the issues with orientation.
if anyone else found the same glitch and made a solution... please share with us
09-15-2011 08:45 AM
Could you post a sample app that triggers this behaviour? If you don't want to share it publicly in the forums you could create an issue in Issue Tracker and attach it there.
10-28-2011 10:58 AM
I reproduce this error.
I guess it's due to the fact that the portrait view is not defined by the orientation of the physical keyboard.
Instead the fact that width < height define the portrait view for the 9900, which is not logical for a Bold or a curve.