Control iOs & Android Softkeyboard with javascript or native HTML

203 Views Asked by At

Is there any solution to control the softkeyboards from iOs & Android with Javascript or HTML ?

My Problem is that i have to remove the Button "Return, Open and "Next"" when iOs & Android user focused an input.

It is very important that they dont have the possibility to click these Buttons to get to the next input field.

1

There are 1 best solutions below

1
On

AFAIK, there is no way to change the behaviour of softkeyboards using JS. You can do it via native but with JS, it seems not possible.