Hello,
On android the composer always resizing when keyboard hidden or visible. On meta this happening fast but on our forum much slower little annoying.
I think the composer height 100% fix to top is one possible solution for this. So when the keyboard hide the composer still on top only the bottom moving.
I use this on our forum to fix on mobile.
#reply-control {
.keyboard-visible &.open {
height: 100%;
}
}