Composer on android

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%;
  }
}
6 Likes

I think a lot of this will improve when we merge our next iteration of select kit.

That said @design team, does the CSS fix here make sense?

2 Likes

Merged this fix in here:

Thanks @Don!

2 Likes