iOS : boolean Is running on iOS? Source code: utils/Device.js (Line 58)
ieVersion : number If running in Internet Explorer this will contain the major version number. Beyond IE10 you should use Device.trident and Device.tridentVersion. Source code: utils/Device.js (Line 299)
ie : boolean Set to true if running in Internet Explorer. Source code: utils/Device.js (Line 293)
hlsVideo : boolean Can this device play hls video files? Source code: utils/Device.js (Line 454)
h264Video : boolean Can this device play h264 mp4 video files? Source code: utils/Device.js (Line 430)
getUserMedia : boolean Does the device support the getUserMedia API? Default Value true Source code: utils/Device.js (Line 222)
fullscreenKeyboard : boolean Does the browser support access to the Keyboard during Full Screen mode? Source code: utils/Device.js (Line 524)
fullscreen : boolean Does the browser support the Full Screen API? Source code: utils/Device.js (Line 506)
firefoxVersion : number If running in Firefox this will contain the major version number. Source code: utils/Device.js (Line 287)
firefox : boolean Set to true if running in Firefox. Source code: utils/Device.js (Line 281)
Page 438 of 535