If Use keyboard in a textinput at the ion-footer, the previous view loose navigator

I’d doing a chat app.
I put a ion-footer with a inputtext to write message. If I click in it, keyboard is showed, but when I go back to the previous view, all layout is shifted to the top (so navigator bar is hidden).

The device that I’m using is Nexus 5x and SO is 8.0.0

I tried to change in the AndroidManifest the windowSoftInputMode value but with no success

  1. If I put “adjustPan” I solve the problem above, but when keyboard is showed, input is covered by keyboard
  2. If I put “adjustResize” I can see input but I have the problem above :frowning:

I’m desperate