10-05-2012 02:47 AM
Hello,
In my app, I've fixed the app orientation to portrait mode. Its working fine but some of OS 7 and OS 6 devices display app orientation in landscape mode automatically. Please suggest, how to fix this issue.
Thanks
Kewal
10-09-2012 03:32 AM
Please provide code,
By Which we can find where are you going Wrong.
This code is used to restrict app in portrait mode
Ui.getUiEngineInstance().setAcceptableDirections(D
10-09-2012 03:41 AM
Use this,
Ui.getUiEngineInstance().setAcceptableDirections(D
Thanks.