Here for a handy reference is the dimensions in pixels of the iPhone display..
If you use the following to scroll the URL Text field off the edge of the display:
.
setTimeout(window.scrollTo(0, 1),100);
.
This would give your web app an extra 60 pixels vertically to work with on the display.

No comments:
Post a Comment
Note: Only a member of this blog may post a comment.