I want the orientation of my page to always be the same, for example SupportedOrientations = "Portrait". But I want to detect a change in screen orientation. Is it possible? I'm tired OrientationChanged = "PhoneApplicationPage_OrientationChanged", but it does not work. Do I need to use an accelerometer or is there an easier way to detect it?
source share