I need to create an input field where users can enter numbers using a custom "keyboard" created with CSS/HTML on the page. This means I don't want the iPad's keyboard to pop up. Most of the solutions I've come across involve removing focus from the input field by blurring it, but I still need to be able to interact with the input field, such as finding the caret position and replacing text. Is there a way to hide the iPad's keyboard while keeping the focus on the input field?