I have an issue with focusing a text field on the iPad. Where I use:
$(document).bind(\"click\",function(event) { alert(\'click\'); focusTextArea();
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.