Device orientation locked shows black borders when rotating

I setup up my build.settings file to only allow portrait mode and I manually handle orientation events. Regardless, when I rotate the app to landscape (or vice versa) it seems as if there is a rotating black border masking the content. I’m not sure if there is a native orientation container rotating or what it is, but I’m wondering how I would go about removing this?

Thanks! [import]uid: 89076 topic_id: 23266 reply_id: 323266[/import]

Is it only on iPad?

Joakim [import]uid: 81188 topic_id: 23266 reply_id: 93126[/import]

It seems to be happening on iPhone as well. I don’t have any android apps to test at the moment. [import]uid: 89076 topic_id: 23266 reply_id: 93127[/import]

I’ve narrowed it down to a display object that I set its alpha property to 0 before the orientation changes which I’m figuring that its background is defaulting to black when its alpha is 0?

When I comment out the line where the alpha is set to 0 the black container that was appearing disappears.

Is there anyway to have the background transparent on display objects?

Or does this not even make sense? :slight_smile: [import]uid: 89076 topic_id: 23266 reply_id: 93135[/import]