iOS iPad Fixed position breaks when keyboard is opened

前端 未结 7 1880
春和景丽
春和景丽 2020-12-07 11:21

Fixed position breaks on header when I click on the \"Search Form\" text box field. It simply detaches from the top of the page (as it\'s fixed up there) and starts floating

相关标签:
7条回答
  • 2020-12-07 12:00

    Fixed - Did a hack around to push the header back to relative fix position once Search text box was entered. This is a bug in iOS virtual keyboard implementation as it breaks fixed positions on text fields IF page is scrollable. If overflow is hidden / page not scrollable, then it won't break fixed positions when virtual keyboard is executed.

    Cheers.

    0 讨论(0)
提交回复
热议问题