AIR bug with iOS fullscreen video! (easy repro)
Here's a bug with fullscreen AIR apps not dealing with iOS fullscreen video resize. Easy repro:
1. Create an mc with a background graphic aligned with the top and bottom of the stage. (This is so you can easily see the bug.)
2. Add a stageWebView and load an html page with embedded video. (or just load a video directly)
3. Play video and enable fullscreen mode.
4. Rotate device 90 degrees while in fullscreen mode and then hit "Done" button to return to stage (exit fullscreen).
5. BUG: Stage is now "pushed down" and off-screen. (even though the mc still traces x = 0)
Conclusion: the display bug occurs when the user exits the iOS native player fullscreen mode from a different orientation then they started with (common if the original aspect ratio was portrait)
Can someone else please confirm this? (The amount of stage "push" appears to corrolate with the height of the iOS status bar.)
Thanks.
PS. You don't necessarily need to load an html page. You can just have stageWebView load a video directly and experience the same result.
PPS. I also tried using the new UIWebView Native Extension and am seeing the same thing, so this is really looking like an AIR/Flash bug with the iOS native player.
