What's a reliable, cross browser method of checking whether the window is in full screen mode in javascript?
To clarify, I am asking how to check whether we're currently in full screen or not and not whether the fullscreen API is enabled.
The answers in the question linked did not solve the problem. However, the accepted answer here did.