I am trying to create a custom keyboard on an iPad application. But each time the input get the focus, the native iPad keyboard pops up. How can I prevent this, in JavaScript.>
FYI, you can also call blur() on an input to hide the keyboard... although probably not a good solution in this situation.