I have an app using Starling and a native extension for iAds (Milkman Games iAds Extension)
I noticed that when a user clicks the iad, interacts with it and then returns to the game there is a long delay with a black screen as Starling recovers a Stage3D context.
I would like to be able to show some sort of loading screen during this time, but everything I try doesn't seem to work. Does anyone have a suggestion how to implement this? Is it even possible?