How can I prevent the iPhone's Control Panel getting in the way?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By denxi

I’m having a problem with my mobile game, specifically that if the player gestures near the edge of his phone, the little control panel arrow popup will show, and the phone will eat all the inputs in that area until it goes away. This is obviously a problem. From the research I’ve done, it seems that there is a way to deal with this in Xcode, as detailed here - statusbar - How to hide a status bar in iOS? - Stack Overflow

However, as I have 0 experience building for mobile devices, I can’t seem to figure out how to implement this with the exported files that Godot creates for Xcode. Can someone help me understand how too accomplish this? Or is there a setting in Godot that I should be modifying instead?

:bust_in_silhouette: Reply From: denxi

Found a thing that worked, detailed here: statusbar - How to hide a status bar in iOS? - Stack Overflow