Jump to content

Search the Community

Showing results for tags 'mobile scalemanager'.

  • 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. Sorry for the Yet Another RePost, but I have problems with the ScaleManager. Here are my mobile settings (same as the Fullscreen template) this.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL;this.scale.setMinMax(480, 260, 1024, 768);this.scale.pageAlignHorizontally = true;this.scale.pageAlignVertically = true;this.scale.forceOrientation(true, false);this.scale.setResizeCallback(this.gameResized, this);this.scale.enterIncorrectOrientation.add(this.enterIncorrectOrientation, this);this.scale.leaveIncorrectOrientation.add(this.leaveIncorrectOrientation, this);All works as intended except that, when in landscape, the div fit the width and maintains the ratio on the height, instead to fit the height and maintain the ration on the width. What's wrong?
×
×
  • Create New...