Jump to content

Search the Community

Showing results for tags 'samsung s4'.

  • 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. Hi I've being making games with pixi for a quite time And now when I've moved from pixi 2 to pixi 3.0 I got super slow performance with my Samsung Galaxy S4 Mobile Firefox is fast I got about 30-40 fps And I got 10 fps in Chrome I thought that the problem could be in requestAnimationFrame call So I've used this function window.requestAnimFrame = function(){ return ( window.requestAnimationFrame || window.webkitRequestAnimationFrame || window.mozRequestAnimationFrame || window.oRequestAnimationFrame || window.msRequestAnimationFrame || function(/* function */ callback){ window.setTimeout(callback, 1000 / 60); } ); }(); And there is still low performance in chrome Also if I'm using PIXI.WebGLRenderer instead of autoDetectRenderer it's not working, and I got black screen on my S4 and firefox doing fine
×
×
  • Create New...