How to hide the recording button panel

Is there any way to hide the console icons (e.g recording button, pause) that are superimposed on the screen? My app used the entire screen and certain actions are initiated from tapping on the screen on the area around that part. The buttons just make it hard to do that.

Just use displayMode(FULLSCREEN_NO_BUTTONS). See the reference under the section Display.

@tsukit just beware that it can be impossible to get back unless you put your own button in to close() the viewer

Thank you @Simeon and @dave1707

@Simeon swipe down from the middle of the top of the screen to access Notification Center and the buttons will appear. (bug or not bug lol)

@Diablo76 uhh yeah that’s totally intentional :#

:smiley:

@Simeon You can also swipe up from the bottom to show the buttons, but only if you swipe far enough to move the background screen.

Also if you switch apps away from Codea and back again.