Namespace jQuery.osModule: jquery.sap.mobile


Holds information about the current operating system

Deprecated API:since 1.20: use sap.ui.Device.os

Field Summary
jQuery.os.androidWhether the current operating system is Android
jQuery.os.blackberryWhether the current operating system is BlackBerry
jQuery.os.fVersionThe version of the operating system parsed as a float (major and first minor version)
jQuery.os.iosWhether the current operating system is Apple iOS
jQuery.os.osThe name of the operating system; currently supported are: "ios", "android", "blackberry"
jQuery.os.versionThe version of the operating system as a string (including minor versions)
jQuery.os.winphoneWhether the current operating system is Windows Phone
Field Detail
jQuery.os.android: boolean
Whether the current operating system is Android
Deprecated:
since 1.20: use sap.ui.Device.os.android
jQuery.os.blackberry: boolean
Whether the current operating system is BlackBerry
Deprecated:
since 1.20: use sap.ui.Device.os.blackberry
jQuery.os.fVersion: float
The version of the operating system parsed as a float (major and first minor version)
Deprecated:
since 1.20: use sap.ui.Device.os.version
jQuery.os.ios: boolean
Whether the current operating system is Apple iOS
Deprecated:
since 1.20: use sap.ui.Device.os.ios
jQuery.os.os: string
The name of the operating system; currently supported are: "ios", "android", "blackberry"
Deprecated:
since 1.20: use sap.ui.Device.os.name
jQuery.os.version: string
The version of the operating system as a string (including minor versions)
Deprecated:
since 1.20: use sap.ui.Device.os.versionStr
jQuery.os.winphone: boolean
Whether the current operating system is Windows Phone
Deprecated:
since 1.20: use sap.ui.Device.os.winphone