exitFullscreen method
- @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(); }
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/HtmlDocument/exitFullscreen.html