Hi, All,
We are using Enterprise version
Is that have method to call native API for do make different scene support different orientation?
For Andorid we can do it.
But for iOS, it seem some time work, some time donot work.
It seem case by the
[UIDevice currentDevice] orientation] == UIDeviceOrientationUnknown
So I think if the appViewController’s shouldAutorotateToInterfaceOrientation: was can get some setting form LUA that will work…
Currently, we can handle it from AppCoronaDelegate… but it seem not work sometime.