Proposed demo: Fullscreen API #34
Closed
KaliedaRik
started this conversation in
Ideas
Replies: 1 comment
-
Implementing this functionality in a demo is fairly simple, with no changes required to the SC code base itself. New demo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal:
The Fullscreen API adds methods to present a specific Element (and its descendants) in fullscreen mode, and to exit fullscreen mode once it is no longer needed. This makes it possible to present desired content - such as an online game - using the user's entire screen, removing all browser user interface elements and other applications from the screen until fullscreen mode is shut off.
In our case the Element in question would be a <canvas> element. The demo would check to see if we can make a SC canvas fullscreen (following user interaction), and that the functionality, accessibility and UI of the canvas display remains unaffected by the canvas being made fullscreen.
Risks:
Browser support for this functionality seems to be good, with only Safari on iOS (specifically iPhone) holding out.
Beta Was this translation helpful? Give feedback.
All reactions