1

I need the header should be fixed at the top even when the keyboard appears. Whenever i click on the text box the keypad comes up and the whole page including the header is moving to the top and it can be seen only by scrolling the page. I have set the position as fixed for header. What is the best solution to fix this in ios7+ without using Objective C. We have tried with whatever solution that has been provided here :

Transition to iOS 7: correct viewport setting for jQuery/iPhone Webapps viewed on iPads

But it didn't work. Any help is appreciated. Thanks in advance.

Community
  • 1
  • 1
Preethi
  • 371
  • 2
  • 6
  • 20
  • check this one maybe helpfull http://stackoverflow.com/questions/16375557/fixed-header-scrolls-drags-in-jquery-mobile and this also https://github.com/jquery/jquery-mobile/issues/5532 – Aravin Mar 26 '14 at 15:54

1 Answers1

1

There seem to be no way. iOS just makes all that is fixed - absolute while keyboard is up.

mr. Pavlikov
  • 982
  • 5
  • 7