Jump to content

iPhone 6 Plus screen orientation.


Code Looper
 Share

Recommended Posts

Hi,

 

I am learning Phaser with the Discover Phaser book.

 

So far so good, I have a simple game working on the iPad, but the same game will only work in portrait orientation on the iPhone 6 Plus.

 

I have game.scale.pageAlignHorizontally = true; se, which works fine on the iPad, but not on the iPhone.

 

Please help.

Link to comment
Share on other sites

I haven't yet managed to resolve this problem, but I do now have a full Portrait display using:

 

this.game.scale.scaleMode = Phaser.ScaleManager.SHOW_ALL;

 

Working fine at 1080 by 1920, so far !

 

New problem once the game loads, all of the sprites render as just black squares.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...