I am building an iphone webapp and have a page with an input field. I\'d like the field to scroll up to just above the virtual keyboard when it shows up. I\'ve tried putting
This might work, try to use css translate3d instead of scrollTo(x,y)
See http://www.webkit.org/blog/386/3d-transforms/