Suppress 3 dots action in client

Hello, I want to know if there is a way to avoid the possibility to interact with the 3 dots in the client page? The project is to use iPhone to interact with actors/players in a theatrical video game and I doens't want they can escape the interface.
I dont found a solution in the documentation.
Thank you in advance, Jacques

The root widget has a hideMenu property to that effect (the keyboard shortcuts will still work).

Thank you for your reactivity, it works!
It will be used on iphone with kiosk settings, so keyboard doesnt work :slight_smile:
Another question, is it possible to adress a widget with a cascading adress, as
/panel_2/text_3 (TouchDesigner way…) so I can have an easier OSC management?

Addresses are not assigned this way in open stage control, although it might be of interest to provide this as an option for when the address is set to auto (which currently only uses the widget's id). Currently you could write

@{parent.address}/@{this.id}

in the address property to get something close.