stephenwhippuk / doc-viewer

2 stars 0 forks source link

Full screen pop-out window #22

Open stephenwhippuk opened 1 month ago

stephenwhippuk commented 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.

stephenwhippuk commented 1 month ago

Research starting point

https://www.w3schools.com/howto/howto_js_fullscreen.asp

https://developer.mozilla.org/en-US/docs/Web/API/Element/requestFullscreen

stephenwhippuk commented 1 month ago

There are possibly browser support issues here, in that event it should just expand to fill entire window.