I know this is not user friendly but i make a kiosk app, so my device will be inside a "container" which will hide the softButtons of the device.
The problem is: if a user clicks on an "input option" he will never come back to the app, beacuse there is no BackButton
.
I just want to know if it's possible to disable the button "input methods" on the default keyboard of my device (NEXUS 10) as you can see in the picture. If yes: how? Or do I need to write my own keyboard?
I also disabled all other keyboards on my device, but the button is still there.
However, on my nexus i don't have this button:
UPDATE: 2013-11-07
I noticed that on my nexus I also have the possibility to choose the "input options" settings -> longpress on the comma.
So I assume I have to write a softkeyboard on my own.