Jump to content

ios safari scalemanager resize / window.resize


keytschell
 Share

Recommended Posts

Hey there,

let me give you my problem as visual as possible ( attached file ).

 

It seems like safari / fb in app browser does not use my 

ScaleManager.RESIZE

as requested.

I had some issues calling my resize function on oriantation change, so i implemented this:

window.onresize = function(event) {
  them.resize(game.width, game.height);
};

And finally added 

this.resize(game.width, game.height);

in the end of my create function.

But nothing results the correct view in ios safari / fb in app view.

 

Any suggestions?

Thanks

 

 

Image uploaded from iOS.jpg

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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