Black Screen On The Top Part Of The App - How To Make It Full Screen?

hi guys, i wonder how can I make my app full screen in Corona? I think almost all code samples also have a little bit of black screen on the top part of the app, until I saw business app sample, which doesn’t have any of that. This is what I meant:

33ljv69.jpg

but in business app sample, you don’t have the same problem:

sxzknb.jpg

display.setStatusBar( display.HiddenStatusBar )

I think that is what you are looking for.

The business app sample uses a config.lua that self-sizes itself to fit the screen.  See these two tutorials in order!

http://coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/

http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/

ok thanks a lot guys. i already fixed the issue.

display.setStatusBar( display.HiddenStatusBar )

I think that is what you are looking for.

The business app sample uses a config.lua that self-sizes itself to fit the screen.  See these two tutorials in order!

http://coronalabs.com/blog/2012/12/04/the-ultimate-config-lua-file/

http://coronalabs.com/blog/2013/09/10/modernizing-the-config-lua/

ok thanks a lot guys. i already fixed the issue.