views:

38

answers:

0

I am a very inexperienced "programmer," and I have been asked to write a web-based app that involves you writing in a text area and clicking some radio buttons/checkboxes. When you click on a text box, it zooms into it and displays the keyboard like it should, and you can write whatever you need to write in it, but the problem is this:

When you hit done, the keyboard goes away like it should, but the screen remains zoomed in. The user will have to write in several different text boxes, so zooming out all the time will become very annoying (it's already annoying me and I have the patience of a saint). How can I have the screen zoom back out to it's original size upon making the keyboard go away/hitting the done button?