-
Notifications
You must be signed in to change notification settings - Fork 22.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Posture API #37595
base: main
Are you sure you want to change the base?
Device Posture API #37595
Conversation
Preview URLs (10 pages)
Flaws (198)Note! 5 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
External URLs (4)URL:
URL:
URL:
URL:
|
Description
Chrome 132 supports the Device Posture API, which provides functionality to create user interfaces that adapt to a foldable device's posture and respond to posture changes.
Specifically, it adds:
DevicePosture
interface, which is accessed via thenavigator.devicePosture
property.device-posture
media query feature.This PR adds docs for all the features of the API.
See https://chromestatus.com/feature/5185813744975872 for the data source.
Also see https://developer.chrome.com/blog/foldable-apis-ot for a tutorial with some info.
Motivation
Additional details
Related issues and pull requests