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 can try and use the animate and scrollTop property to scroll It looks something like this:
$("html, body").animate({ scrollTop: "The value to scroll to" });
Hope this helps.