Illya, thank you for the fast response.
I realize after reading my post again how you might have been led to be believe I only wanted the first page to be full screen. That is true and false at the same time. My first screen is a 'Navigation'-style page with buttons on it that can be clicked to access other areas of the app. The OTHER pagse can scroll if necessary (if their collective object Heights exceed the screen Height), but the first page absolutely can not for it to be the style I am looking for.
That being said, I would like to have the 'phone status' bar removed for the entire application. I am familiar with programming for the phones using Lua (more specifically, Corona SDK). In that language, you can accomplish this task by incloding the code:
display.setStatusBar( display.HiddenStatusBar )
Within your .lua file that is being displayed. I am wondering what the equivalent for this would be with Appery. Even if it isn't built in by default as part of the App Settings, maybe it could be done with a custom CSS or Plugin?
Thanks in advance.