When the soft keyboard is opened in android the viewport is automatically resized to fit the screen (device height - keyboard height). In iOS7 the viewport is simply pushed up (the top half just doesn't get displayed).
While it might be the desired behavior for some apps, it doesn't work well for me - the top nav bar gets hidden, and my content is a scrollable div - I want the user to be able to scroll all the way up.
Resizing the body manual when the keyboard opens/closes results in jittery behavour
Any idea how to solve this?