Did anyone do a full screeen mobile application?
I am using a cordova plugin from here https://github.com/mesmotronic/cordova-plugin-fullscreen, and it works almost perfect, however there is a problem that I can't find solution for: when I get system confirmation (in particular, shutdown confirmation) - this leaves a black area on the right section, overlapping the page, until I call a plugin method again (in my application it is called in Layout OnReady, so you need to go to some other screen). I'm wondering if there is another, better approach? Or is there some event I can catch for this case maybe?