-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Currently the spec has:
displayMode- host tells app the current modeavailableDisplayModes- host tells app what modes it supports
But there's no way for the app to declare what display modes it supports.
For example, if an app wants to say "hey I support fullscreen", there's no mechanism for that. The host just assumes all apps work in all modes?
We need some negotiation where:
- App declares its supported display modes (maybe in
ui/initializecapabilities?) - Host knows its own supported modes
- They intersect to determine what's actually available
- App can request a mode change (currently also missing)
Right now the display mode stuff is one-directional and incomplete.
Metadata
Metadata
Assignees
Labels
No labels