Keyboard blocks footer

Hi,

I have fixed this issue by this workaround: In the ionic js there is a line …

document.body.classList.add(‘hide-footer’);

I have removed this line, then it works.

Regards,

Mike