Hey guys,
So I’m working on a chat app, and I would like the most recent chat to appear when the software keyboard is open. On both Android and iOS the keyboard simply overlays the entire element. The user has to scroll up to see the most recent message
I’m using keyboard attach to move my input footer up with the keyboard, is there a similar directive to move the whole content above the keyboard. Let me know if you require any more information.
Here’s a gif of my problem: http://makeagif.com/i/K1O4HN
Cheers!