- @DomName('Document.webkitExitFullscreen')
- @SupportedBrowser(SupportedBrowser.CHROME)
- @SupportedBrowser(SupportedBrowser.SAFARI)
- @Experimental()
Returns page to standard layout.
Has no effect if the page is not in fullscreen mode.
Other resources
- Using the fullscreen API from WebPlatform.org.
- Fullscreen specification from W3C.
Source
@DomName('Document.webkitExitFullscreen') @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() void exitFullscreen() { _webkitExitFullscreen(); }