We use iPads in our warehouse and for some reason, some of them have issues with input fields. We have an HTML page which displays some text and has 1 input and a couple of buttons. When we focus on the input field, the keyboard shows up like normal, but when we type in, no text is displayed in the input field even though the cursor still moves as if it recognized that some characters were entered. The weirdest part is, if we zoom out, the text will actually appear.
When the above issue happens, if we submit the form with an "empty" input, it won't record the input's value, even though the cursor believes there were characters entered. If we zoom out and the text appears, then we can submit the form and the input's value is recorded correctly.
This does not happen on an Android device, it seems to be related to iOS only... any solutions?
Thanks!