Open tony873004 opened 10 years ago
I have the same problem with a windows 8 device with touch screen and an android 2.3 smartphone. Checkboxes and select elements are working fine, but text boxes do not work at all when I try to click on them.
This solution worked for me: https://github.com/furf/jquery-ui-touch-punch/issues/142
I used touch-punch.min.js so I could drag around divs on the iPad like I can do on my desktop with the mouse. The problem is that it is very difficult, but not impossible for an iPad user to tap on a text box inside the div, and have the iPad acknowledge this tap by displaying the keyboard. If I tap it about 100 times in a row, the iPad finally figures it out and gives me a keyboard so I can type in the text field. If I remove the reference to touch-punch, the text field issue goes away, but I can't drag the divs anymore.