Jump to content

Search the Community

Showing results for tags 'minimized'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. Test case: http://codepen.io/anon/pen/EagxjX Using latest Chrome (39.0.2171.95 m) When game.time.events.add(seconds, fn) is called and the user minimizes the browser window, Phaser's core seemingly pauses. Even though I have set game.stage.disableVisibilityChange = true; When user maximizes the window again the fn will be called, but way, way too late. Is this normal behaviour? If so, how can I make it work even when user minimizes the window? I will probably move to setTimeout(). I know it's not accurate, but I need my app to be running when in background.
×
×
  • Create New...