Hi there, I have a full-screen app that has optional input controls. I'd like the priority to be just the full-screen only option, and then if the user clicks on the input text area, they can then be prompted if they want the fullscreen interactive option.
Currently this doesn't seem to be possible - instead, I have to check a) is the user already in full screen b) move back to normal mode and c) hope the user clicks the button again, and then offer the full-screen option d) if yes, then go full screen and then let them enter their text.
At the moment Flash allows NORMAL to FULL_SCREEN_INTERACTIVE, but not FULL_SCREEN to FULL_SCREEN_INTERACTIVE.
Is it possible this might get fixed, or is it already possible and I've just missed how to do it?