2

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!

Henry Le
  • 21
  • 1
  • 2
  • Welcome to StackOverflow! This is hard to answer without seeing some screenshots and, crucially, the code for the section that isn't working properly. – fooquency Sep 05 '18 at 18:06

1 Answers1

0

Check out this question, maybe the same solution would work in this case as well? Input field bug on IOS - text turns white And this one - can't get writing text in html text box in Webview of iOS

fGravity
  • 31
  • 1
  • 7