We are currently developing a mobile web application with specific features.
Our app contains a fixed header at the top of the page using position:absolute and top:0px, along with scrollable content below it. Additionally, there is a text area within the app.
An issue arises when focusing on the text area, causing the keyboard to appear as expected, but resulting in the window scrolling up. This action causes the top header to disappear, being replaced by a white horizontal space similar in size to the address bar. Upon inspection, it appears that the header remains in place but is somehow obscured or masked by the white space.
Is there a solution available to resolve this particular problem?
Note: This issue specifically occurs with HTC devices running the Android Default Browser version 4.0.3.
Thank you. Saket