Closed ggingell closed 7 years ago
The issue is that the fullscreen.enabled function would return false because document.mozFullscreenEnabled is undefined whereas document.mozFullScreenEnabled is the exact name of it.
fullscreen.enabled
false
document.mozFullscreenEnabled
undefined
document.mozFullScreenEnabled
closing as duplicate of #11
The issue is that the
fullscreen.enabled
function would returnfalse
becausedocument.mozFullscreenEnabled
isundefined
whereasdocument.mozFullScreenEnabled
is the exact name of it.