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

webGL : boolean Is webGL available? Source code:

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

crosswalk : boolean Is the game running under the Intel Crosswalk XDK? Source

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

safari : boolean Set to true if running in Safari. Source code:

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

edge : boolean Set to true if running in Microsoft Edge browser. Source code:

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

pixelRatio : number PixelRatio of the host device? Source code:

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

typedArray : boolean Does the browser support TypedArrays? Source code:

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

isAndroidStockBrowser() Detect if the host is a an Android Stock browser.This is available before the device "ready" event.

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

iPhone : boolean Is running on iPhone? Source code:

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

iOSVersion : number If running in iOS this will contain the major version number. Source

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

node : boolean Is the game running under Node.js? Source code:

2025-01-10 15:47:30