I am developing a web app, currently nothing more than Javascript, HTML and CSS. I have a textbox that is near the bottom of the page and when clicked in to bring up the soft keyboard on Android, it shifts the entire page up, outside the viewport, to make visible WHILE entering text on the keyboard. However after, the entire page stays shifted up and cannot be brought back down to it's original position.
It is all client side code so adding any attributes to XML as suggested in previous posts don't seem feasible. Any help is appreciated.