Namespace sap.ui.DeviceModule: sap/ui/Device
Device and Feature Detection API: Provides information about the used browser / device and cross platform support for certain events like media queries, orientation change or resizing.
This API is independent from any other part of the UI5 framework. This allows it to be loaded beforehand, if it is needed, to create the UI5 bootstrap dynamically depending on the capabilities of the browser or device.
Namespaces & Classes
browserContains information about the used browser.
mediaEvent API for screen width changes.
orientationCommon API for orientation change notifications across all platforms.
osContains information about the operating system of the device.
resizeCommon API for document window size change notifications across all platforms.
supportContains information about detected capabilities of the used browser or device.
systemProvides a basic categorization of the used device based on various indicators.