I\'ve written a rather basic js function that programatically and automatically aligns the iPhone keyboard perfectly underneath each and every input field t
You just need to use this:
$(window).scrollTop(0);