Question
Air iOS buttons overlays status bar
Hi,
I'm using the fullscreen mode for an Air iOS 8 app.
If a user imports an image from the CameraRoll, the "Photos" title and "Cancel" button overlays the status bar.
Example:

This is from my iOS app.xml:
<initialWindow>
<systemChrome>none</systemChrome>
<fullScreen>true</fullScreen>
</initialWindow>
Is that a know issue, how to fix that?
Thanks
