Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Google Android
Language Found: English
Description
Steps to reproduce:
1. Run the attached project on an Android device
or
1. Put a breakpoint in the Application.stage_orientationChangingHandler
Actual Results:
Weird flicker issues occur during orientation change. Most evident on a Nexus One. This is because the iOS screen caching code is being run which is causing unnecessary stage resizes. This is happening because as of AIR 3.0, android devices dispatch orientationChanging events.
Expected Results:
No flickering
Workaround (if any):