Device#chromeOS
  • References/Game Development/Phaser/System/Device

chromeOS : boolean Is running on chromeOS? Source code:

2025-01-10 15:47:30
Device#canPlayAudio()
  • References/Game Development/Phaser/System/Device

canPlayAudio(type) → {boolean} Check whether the host environment can play audio. Parameters

2025-01-10 15:47:30
Device#webAudio
  • References/Game Development/Phaser/System/Device

webAudio : boolean Is the WebAudio API available? Source code:

2025-01-10 15:47:30
Device#webmVideo
  • References/Game Development/Phaser/System/Device

webmVideo : boolean Can this device play webm video files? Source code:

2025-01-10 15:47:30
Device#windowsPhone
  • References/Game Development/Phaser/System/Device

windowsPhone : boolean Is running on a Windows Phone? Source code:

2025-01-10 15:47:30
Device#tridentVersion
  • References/Game Development/Phaser/System/Device

tridentVersion : number If running in Internet Explorer 11 this will contain the major version number. See

2025-01-10 15:47:30
Device#mp4Video
  • References/Game Development/Phaser/System/Device

mp4Video : boolean Can this device play h264 mp4 video files? Source code:

2025-01-10 15:47:30
Device#hlsVideo
  • References/Game Development/Phaser/System/Device

hlsVideo : boolean Can this device play hls video files? Source code:

2025-01-10 15:47:30
Device#canvasBitBltShift
  • References/Game Development/Phaser/System/Device

canvasBitBltShift : boolean True if canvas supports a 'copy' bitblt onto itself when the source and destination regions overlap

2025-01-10 15:47:30
Device#iOS
  • References/Game Development/Phaser/System/Device

iOS : boolean Is running on iOS? Source code:

2025-01-10 15:47:30