We have a very odd bug happening... when the app auto-orients during startup, *sometimes* we get a black screen with working audio. We first noticed this happening on the the iPhone 6+; our landscape app, when the home button is on the left side, will start with the launch image upside-down, then auto-orient, and sometimes go to black. Sometimes this doesn't happen. When the app is launched with the home button on the right side, the launch image comes up right-side up, and it never black screens.
On all other devices, we don't see this initial upside-down launch image, regardless of starting orientation. However, if we launch the app with the home button on the right, then orient the device so that the home button is on the left before the launch image appears, *sometimes* it will black screen.
A few other items of note:
- we aren't listening for any orientation events
- we aren't listening for any resize events
- we can completely avoid the problem by changing autoOrients to false in the app xml, we'd just rather avoid that if there's another easy fix that allows us to keep auto-orientation