I have written a javascript on page load that
if(!window.fullScreen) window.open(document.URL,'','fullScreen=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');}
but window.fullScreen always come false so it keep opening window.
any other way to check if window is in full screen mode or not?
Thanks