I'm building an app with NativeScript 6.4.1 and Angular 8.
We want to be able to disable and enable the hardware controls of the phone at will. I need to be able to do that for both iOS and Android.
I want to disable the back button, the home button etc. all the buttons that could be at the bottom of the device.
I have tried to look through the documentation and I could not find a way to do this: https://docs.nativescript.org
How can I do that?