Default AIR window size to full display size on iOS and Android (close #1098)

This commit is contained in:
Joshua Granick
2017-10-23 08:50:17 -07:00
parent b1beb42710
commit b8d8b569ee

View File

@@ -149,6 +149,9 @@ class HXProject {
platformType = PlatformType.MOBILE; platformType = PlatformType.MOBILE;
defaultWindow.width = 0;
defaultWindow.height = 0;
} else { } else {
platformType = PlatformType.DESKTOP; platformType = PlatformType.DESKTOP;