Disabling mobile Safari's focus event (zoom)
I put up this gist which solves the problem. https://gist.github.com/2008932
The accepted solution is not correct, as it will cancel focus altogether, which prevents data entry.
I think you would be better to set the viewport:
<meta name="viewport" content="width=device-width, user-scalable=no" />
See this thread