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.>
add attribute 'readonly' to your input and provide a different means of populating the value.