Web features explorer

Screen orientation lock

Limited availability
Tags: api

The screen.orientation.lock() method prevents changes to the screen orientation, typically in fullscreen applications such as games. For example, while locked, rotating a phone to the side won't change the screen orientation from landscape to portrait. To learn more, see ScreenOrientation: lock() method, ScreenOrientation: unlock() method at MDN.

Compatibility