I am facing an issue where the header on my page is not fixed at the top when the keyboard appears. Instead, whenever I click on a text box, the keypad comes up and the entire page, including the header, moves to the top. This requires the user to scroll the page to see the header again. The header has been set with a position of fixed. Is there a solution to this problem that works for iOS7+ without having to use Objective C? We have already tried some suggested solutions but they did not work.
Transition to iOS 7: correct viewport setting for jQuery/iPhone Webapps viewed on iPads
Any help or advice on how to resolve this issue would be greatly appreciated. Thank you in advance.