calc resize on android on message field focus

This commit is contained in:
Ginger Wong
2020-06-15 13:43:41 -07:00
parent 986c168d07
commit 567729f6f8
3 changed files with 15 additions and 2 deletions

View File

@@ -105,9 +105,11 @@ class Messaging {
handleKeyboardAppear() {
this.tagAppContainer.classList.add("android-message-focus");
setVHvar();
}
handleKeyboardOut() {
this.tagAppContainer.classList.remove("android-message-focus");
setVHvar();
}
handleChatToggle() {