Open stephenwhippuk opened 1 month ago
A component us needed to allow content to be popped out into a full screen display.
It should bring with it any controls that would normally be associated with the widget in question plus the ability to close the full screen modal.
Research starting point
https://www.w3schools.com/howto/howto_js_fullscreen.asp
https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen
There are possibly browser support issues here, in that event it should just expand to fill entire window.
A component us needed to allow content to be popped out into a full screen display.
It should bring with it any controls that would normally be associated with the widget in question plus the ability to close the full screen modal.