--- title: orientation slug: Web/Manifest/orientation tags: - Manifest - Orientation - Web translation_of: Web/Manifest/orientation ---
Type | String |
---|---|
Mandatory | No |
Example |
"orientation": "portrait-primary" |
orientation
определяет ориентацию по умолчанию для всех верхних уровней {{Glossary("Browsing context", "контекстов браузера")}} приложения.
Note: orientation
и/или его конкретные значения могут не поддерживаться пользовательским агентом в различных режимах отображения, поскольку их поддержка не имеет смысла для конкретного контекста.
Note: Ориентация может быть изменена во время выполнения через {{domxref('Screen/orientation', 'API Ориентации экрана')}}.
orientation
может иметь одно из следующих значений:
any
natural
landscape
landscape-primary
landscape-secondary
portrait
portrait-primary
portrait-secondary
"orientation": "portrait-primary"
Specification | Status | Comment | Feedback |
---|---|---|---|
{{SpecName('Manifest', '#orientation-member', 'orientation')}} |
{{Spec2('Manifest')}} |
Initial definition. |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
{{Compat("html.manifest.orientation")}}