webkitEnterFullscreen
Enters fullscreen mode.
Declaration
void webkitEnterFullscreen();Discussion
This method throws an exception if the element is not allowed to enter fullscreen—that is, if webkitSupportsFullscreen is false.
Enters fullscreen mode.
void webkitEnterFullscreen();This method throws an exception if the element is not allowed to enter fullscreen—that is, if webkitSupportsFullscreen is false.