Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
Affected OS(s): Google Android
Language Found: English
Description
Steps to reproduce:
1. Import the attached mobile project
2. Note that the app.xml specifies autoOrient=false
3. Deploy the app to an attached Android device.
4. Run the application multiple times, varying the orientation of the device (e.g. rotate right, left, upside-down) prior to the run
Actual Results:
The splash screen contains a single arrow pointing "up". Multiple deployments to Droid and Samsung Tab show inconsistent behavior, where sometimes the arrow correctly points at the device's "up", and sometimes the arrow points opposite of the true "up" direction
Expected Results:
Since autoOrient=false, the runtime should not be re-orienting based on the device orientation so the arrow should always point at the same "up" side of the device.
Workaround (if any):
None