I want to lock the orientation programmatically for my application screens to be displayed only in Portrait mode. I use Storm BB device. How to do lock it via my code?
Can someone hint me how to do it?
Thanks.
I want to lock the orientation programmatically for my application screens to be displayed only in Portrait mode. I use Storm BB device. How to do lock it via my code?
Can someone hint me how to do it?
Thanks.
Copyright © 2021 Jogjafile Inc.
You can configure your application to only allow specific orientations by passing in specific direction parameters when invoking UiEngineInstance.setAcceptableDirections(int).