furf / jquery-ui-touch-punch

A duck punch for adding touch events to jQuery UI
http://touchpunch.furf.com/
3.51k stars 1.33k forks source link

iPad trouble with text boxes #149

Open tony873004 opened 10 years ago

tony873004 commented 10 years ago

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.

daan93 commented 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.

daan93 commented 10 years ago

This solution worked for me: https://github.com/furf/jquery-ui-touch-punch/issues/142