Click
$('.label').mouseup(function(){ $('input').focus(); });
it work on my project.
just use "mouseup" to capture event and "focus" on input
via http://www.quora.com/Mobile-Safari-iPhone-or-iPad-with-JavaScript-how-can-I-launch-the-on-screen-keyboard