# Composer on android

**URL:** https://meta.discourse.org/t/composer-on-android/200499
**Category:** UX
**Tags:** composer
**Created:** [August 15, 2021, 1:20pm UTC](https://meta.discourse.org/t/composer-on-android/200499 "2021-08-15T13:20:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [August 15, 2021, 1:20pm UTC](https://meta.discourse.org/t/composer-on-android/200499/1 "2021-08-15T13:20:35Z")

</div>

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.

```plaintext
#reply-control {
  .keyboard-visible &.open {
    height: 100%;
  }
}

```

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [August 18, 2021, 1:46am UTC](https://meta.discourse.org/t/composer-on-android/200499/2 "2021-08-18T01:46:39Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [December 3, 2021, 10:03pm UTC](https://meta.discourse.org/t/composer-on-android/200499/5 "2021-12-03T22:03:15Z")

</div>

Merged this fix in here:

[https://github.com/discourse/discourse/pull/15184](https://github.com/discourse/discourse/pull/15184)

Thanks @Don!
