universal landscape only on Android, shadows bug
Hi,
I am trying to write universal landscape only code (so the stage re-orients only when in rotatedLeft or rotatedRight orientaion) for Android.
Testing on Archos 70 internet tabled forced me to use Timer that checks deviceOrientation instead of adding stage listeners (no stage changing events are dispatched) and to rotate MainTimeline (stage.setOrientation does nothing).
This works on Archos 70 (with Android 2.2.1) but other testers reported there are issues on Android 3.0 devices.
The half-solution could be to disable autoOrients but there is a problem that initial rotation (after application launch) is not correct - it is always in the basic rotatedLeft orientation.
I do not own any Android 3.0 device so I can't test it effectively and would really appreciate any advice (or code samples).
Thank you!
(I have also found the bug when rotating MainTimeline - shadows don't change their direction)
