I was testing this again, and found something a little off. On the viewnavigatorapplication addedToStage handler, I added some trace statements to get the sizes of height:
trace(this.height); trace(this.stage.height); trace(this.stage.stageHeight); trace(Capabilities.screenResolutionY); each had a value of 1136 on my iphone 5c, as expected. 1136 1136 1136 1136 If I launched my app while the phone call was in use, then values were a bit off. 1096 1096 1096 1136 After terminating the call, the app slides upward toward the shrinking statusbar, leaving a gap at the bottom, never resizing to use the full height found in Capabilities.screenResolutionY. If this is not clear, I can add some screenshots. -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/flex-air-does-not-resize-app-when-call-in-use-statusbar-showing-on-iphone-tp45391p45404.html Sent from the Apache Flex Development mailing list archive at Nabble.com.