iPad HTML Focus

前端 未结 3 1793
被撕碎了的回忆
被撕碎了的回忆 2020-11-28 16:06

I have an issue with focusing a text field on the iPad. Where I use:

$(document).bind(\"click\",function(event) {
    alert(\'click\');
    focusTextArea();
         


        
3条回答
  •  没有蜡笔的小新
    2020-11-28 16:22

    You should try fastclick js, should work. Check this example (also posted here).

    Also I've made this jsfiddle example which seems to work on iPad (Chrome and Safari).

    Hope this helps.

提交回复
热议问题