Variable pauseOnBlur

pauseOnBlur: boolean

Specify whether to pause this app when losing focus

true
// keep the default game instance running even when loosing focus
me.game.pauseOnBlur = false;