0

Using jQuery i am focusing the element . when i run on IOS safari browser It takes multiple clicks on that input text to bring the keyboard. Below is the code snippet

<input type="text" id="txtfield"/>
$(document).ready(funtion(){
    $("#txtfield").focus();
})

Please help me to resolve the problem on IOS device

Thanks in advance

rrk
  • 15,677
  • 4
  • 29
  • 45
pareshm
  • 4,874
  • 5
  • 35
  • 53

0 Answers0