It might be prudent to go down the CSS route with this, as the primary use case revolves around showing/hiding bits of UI.
Would it be fair to say that the ability to change orientation is really describing a media feature? Like, `can-lock-orientation`:
```CSS
@media screen and (can-lock-orientation) {
}
```
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/screen-orientation/issues/206#issuecomment-1314583991
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/screen-orientation/issues/206/1314583991@github.com>