deskreen
deskreen copied to clipboard
Use the whole screen in Fullscreen-Mode (including notch area)
On some devices the browser will also use the area containing the notch, if the viewport-fit
is set to cover
.
Proposal: Change the viewport descriptor in app/client/public/index.html
to:
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />