2
What I need to do is disable the Android hardware buttons (using Ionic), to prevent the application from closing, prevent going back to the main Android page or leaving the application anyway.
I want to disable the back, home and task buttons, if possible, the button that locks the device as well.
It is possible?
I need this for a registration form (a device for the public in a store). I don’t want people to close the app or access the Android menu in any way
See the links that @Aristoeinstein indicated, what you’re looking for is called Kiosk (Kiosk) mode. There’s this link too: Dedicated Devices Cookbook
– Augusto Vasques