-
Notifications
You must be signed in to change notification settings - Fork 0
deviceCapabilities
Identifies the device's capabilities. source: deviceCapabilities.js line 18
ancestor: Device
deviceCapabilities()
creates a new instance of deviceCapabilities.
ua
The User Agent of the client browser.
This property automatically stores the User agent string of the client browser. This property is used internally and should not be modified.
source: deviceCapabilities.js line 158
android - androidBrowser - blackberry - canvas - chrome - chromeMobile - desktop - edge - edgeMobile - fireFox - fireFoxMobile - gamepad - ie - ieMobile - iOS - kindle - linux - localStorage - mac - mobile - opera - safari - silk - touch - webOS - windows - windowsPhone
is device running android?
This property is set to true if the device is running Android operating system.
source: deviceCapabilities.js line 68
is the client browser default Andorid browser?
This property is set to true when the client browser is the Android stock browser.
source: deviceCapabilities.js line 143
is the device running blackberry?
This property is set to true if the device is running BlackBerry operating system.
does the client device support canvas API?
This property is set to true if the client browser suppoets HTML5 canvas API.
source: deviceCapabilities.js line 38
is the client Chrome browser?
This property is set to true if the client browser is Chrome.
source: deviceCapabilites.js line 93
is the cilent mobile version of chrome?
This property is set to true if the client browser is mobile version of Chrome.
source: deviceCapabilites.js line 123
is the cilent device desktop?
This property is set to true if the client device is a desktop.
source: deviceCapabilites.js line 23
is the cilent browser is Edge?
This property is set to true if the client browser is Edge.
source: deviceCapabilites.js line 113
is the cilent browser is mobile version of Edge?
This property is set to true if the client browser is mobile version of Edge.
source: deviceCapabilites.js line 138
is the cilent browser is fireFox?
This property is set to true if the client browser is Firefox.
source: deviceCapabilites.js line 98
is the cilent browser is mobile version of fireFox?
This property is set to true if the client browser is mobile version of Firefox.
source: deviceCapabilites.js line 128
does the client device support gamepad API?
This property is set to true if the client browser supports HTML5 gamepad API.
source: deviceCapabilities.js line 33
is the cilent browser internet explorer?
This property is set to true if the client browser is Internet Explorer.
source: deviceCapabilites.js line 118
is the cilent browser is mobile version of internet explorer?
This property is set to true if the client browser is mobile version of Internet Explorer.
source: deviceCapabilites.js line 133
is device running iOS?
This property is set to true if the device is running iOS operating system.
source: deviceCapabilities.js line 73
is device is a kindle device?
This property is set to true if the device is a kindle device.
source: deviceCapabilities.js line 83
is device running linux?
This property is set to true if the device is running linux operating system.
source: deviceCapabilities.js line 53
does the browser support local storage API?
This property is set to true if the client browser supports local storage API.
source: deviceCapabilities.js line 153
is device running mac?
This property is set to true if the device is running apple mac operating system.
source: deviceCapabilities.js line 58
is device a mobile device?
This property is set to true if the device is a mobile phone or a tablet.
source: deviceCapabilities.js line 43
is the browser opera?
This property is set to true if the client browser is Opera.
source: deviceCapabilities.js line 103
is the browser Amazon Silk?
This property is set to true if the client browser is Amazon Silk.
source: deviceCapabilities.js line 148
is the browser Safari?
This property is set to true if the client browser is Apple's Safari.
source: deviceCapabilities.js line 108
does the browser support touch?
This property is set to true if the client browser supports touch API.
source: deviceCapabilities.js line 28
is device running webOS?
This property is set to true if the device is running webOS operating system.
source: deviceCapabilities.js line 78
is device running windows?
This property is set to true if the device is running Microsoft's Windows operating system.
source: deviceCapabilities.js line 48
is device running windowsPhone?
This property is set to true if the device is running Microsoft's Windows Phone operating system.
source: deviceCapabilities.js line 63