keytschell Posted May 18, 2017 Share Posted May 18, 2017 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 Link to comment Share on other sites More sharing options...
tywang2006 Posted May 18, 2017 Share Posted May 18, 2017 maybe it did resize the viewport at some points internally. if that is the case, you can't call resize function instead of resizing in css style. Link to comment Share on other sites More sharing options...
Recommended Posts