Alright, I’ve been trying to go around limitations on the INPUT field on HTML5 - namely the way the window scrolls up no matter where the input field is, including when it’s at the top, making it go away from the view. I am moving the content down anytime the input is focused, and moving it back when something else is focused (touched).
The thing is, if the home button is pressed and later the user comes back, the keyboard goes away but the contents stay where they were (i.e. moved down). If there was a way to detect the home button pressing I could move the content back where it was…
If anyone has other ideas to make the input textfield stay on the screen when the keyboard shows up on an iPad… that would be a way of fixing this.
Thanks everyone.