diff --git a/src/scale/ScaleManager.js b/src/scale/ScaleManager.js index b18f3261a4..3e4da845da 100644 --- a/src/scale/ScaleManager.js +++ b/src/scale/ScaleManager.js @@ -1542,9 +1542,16 @@ var ScaleManager = new Class({ { _this.updateBounds(); + // --- FIX START --- + // Recalculate parent container size and force Phaser to resize. + _this.getParentBounds(); + _this.refresh(); + // --- FIX END --- + _this.dirty = true; }; + // Only dispatched on mobile devices if (screen.orientation && screen.orientation.addEventListener) {