No orientationEvent on Dell Latitude 10 tablet
I am writing an Air app for the Dell Latitude 10 tablet, running Windows 8 in the desktop mode. I am not receiving orientationChanged events when the device is rotated, even though the orientation does in fact change on the screen.
In fact, Stage.supportsOrientationChange is returning false.
Also autoOrients is showing as false.
Even setting setting stage.autoOrients = true; in the ActionScript code has no effect, it still stays as false.
However, the screen content does change orientation with tablet rotation.
My particular problem is with the use of the camera. When the tablet is rotated, obviously the camera is also rotated and my video stream being sent from it is on its side.
However, other apps, such as Skype, seem to know about the rotation and correctly rotate the video stream.
How can I detect it from ActionScript?
