Header fixed when keyboard push ion-content iOS

I’m trying to develop a chat app but when the keyboard appears on iOS all the page is pushing up included the ion-header. I have the ion-input fixed outside the ion-content because I want it fixed and anyway is pushed by the keyboard when it appears.

I need the keyboard pushing everything but not header.

Thanks.

Hey @arnimi, Found any solution for the same?

hey buddy! Add this to your page’s scss file. It won’t push the page upwards

  .scroll-content
  {
    padding-bottom: 0 !important;
  }

let me know if it helps

Still same behaviour. :frowning:

Sorry bro. It worked for me. I don’t know any other way :frowning: