spacesvr icon indicating copy to clipboard operation
spacesvr copied to clipboard

Cover iPhone notch on landscape

Open alex-shortt opened this issue 3 years ago • 2 comments

Pretty self explanatory

Will have to account for nipple and gyro controls

alex-shortt avatar Jun 07 '21 08:06 alex-shortt

from https://css-tricks.com/the-notch-and-css/

<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">

I think this will fix it, but I remember trying it before and the joystick falls too far to the left to where it can't be used, so we'll have to account for that somehow

alex-shortt avatar Apr 14 '22 13:04 alex-shortt

viewport stuff would go here

https://github.com/spacesvr/spacesvr/blob/ddf4524489e8752fb9f545a3f0b5720cbf8b936e/src/layers/reality/ui/GlobalStyles.tsx#L37-L39

alex-shortt avatar Apr 14 '22 13:04 alex-shortt