Closed duhrer closed 9 months ago
In addition to the maximise/restore actions, we should add actions to enter/exit fullscreen using the requestFullscreen and exitFullscreen methods.
requestFullscreen
exitFullscreen
It may be that we can make the "restore" and "maximise" actions aware of this such that:
Looks like we can detect fullscreen by checking for document.fullScreenElement.
document.fullScreenElement
In addition to the maximise/restore actions, we should add actions to enter/exit fullscreen using the
requestFullscreen
andexitFullscreen
methods.