An open API service indexing awesome lists of open source software.

https://github.com/w3c/screen-orientation

The screen orientation lock specification
https://github.com/w3c/screen-orientation

screen standard w3c webplatform

Last synced: 8 months ago
JSON representation

The screen orientation lock specification

Awesome Lists containing this project

README

          

This repo holds some of the sources for the [Screen Orientation API](https://w3c.github.io/screen-orientation/), an interface for Web applications to be able to:

* Read the screen-orientation state of a device (portrait or landscape).
* Be informed when the screen-orientation state changes.
* Lock the screen orientation to a specific state.

The latest editor’s draft is at https://w3c.github.io/screen-orientation/

Try it out in the [demo page](https://w3c.github.io/screen-orientation/demo/index.html).