I know that if I want my app go fullscreen I need to pass the parameter “allowFullScreen=true” from the HTML.
But how can I test if that parameter has been passed and with what value?
In other words, I need to know from my app If I can go fullscreen or not.
Any idea?
Thanks in advance