Default AIR window size to full display size on iOS and Android (close #1098)
This commit is contained in:
@@ -149,6 +149,9 @@ class HXProject {
|
||||
|
||||
platformType = PlatformType.MOBILE;
|
||||
|
||||
defaultWindow.width = 0;
|
||||
defaultWindow.height = 0;
|
||||
|
||||
} else {
|
||||
|
||||
platformType = PlatformType.DESKTOP;
|
||||
|
||||
Reference in New Issue
Block a user