Languages
[Edit]
EN

JavaScript - detect device orientation

10 points
Created by:
a_horse
538

In this short article we would like to show, how to detect device orientation using JavaScript.

Quick solution:

 

Reusable logic

Edit

Device orientation detection is not simple process when we want to know exact orientation. In the past was many approaches to do orientation detection.

In this section, you can find implementations that let to get orientation and handle its changes providing quite good performance.

 

1. Legacy version

Edit

This solution doesn't provide information about screen inversion, but it works in older web browsers.

 

2. Full solution

Edit

This solution provides information about screen orientation and inversion.

screen.orientation API used in the solution is not supported by some web browsers (we have 2023). This is reason why it was combined with legacy version solving the problem.

 

References

Edit
  1. Screen.orientation - MDN docs

1
Donate to Dirask
Our content is created by volunteers - like Wikipedia. If you think, the things we do are good, donate us. Thanks!
Join to our subscribers to be up to date with content, news and offers.
Native Advertising
🚀
Get your tech brand or product in front of software developers.
For more information Contact us
Dirask - we help you to
solve coding problems.
Ask question.

❤️💻 🙂

Join