Hi all,
My application is not receiving orientation change events.
I have necessary code to support orientation change - form inherits Tizen::Ui::IOrientationEventListener, implemented OnOrientationChanged() and added the listener to the form using the AddOrientationEventListener() method.
In the emulator when I rotate from Portraint -Landscape and vice versa, OnOrientationChanged() is not getting called.
In Settings, enabled Auto rotate screen also.