このページはコミュニティーの尽力で英語から翻訳されました。MDN Web Docs コミュニティーについてもっと知り、仲間になるにはこちらから。

View in English Always switch to English

Window: orientation プロパティ

Deprecated

Avoid using this feature in new projects. This feature may be a candidate for removal from web standards or browsers.

ビューポートの向きを、端末の自然な向きに対する角度(90 度単位)で返します。

可能な値は -90090180 のみです。正の値は反時計回り、負の値は時計回りを表します。

これは非推奨のプロパティです。代わりに、window.screen プロパティで利用できる Screen.orientation プロパティを使用してください。