vicariousdrama / cornychat

🌽 Corny Chat is an open source audio space built on Jam that integrates Nostr and Lightning
https://cornychat.com
GNU Affero General Public License v3.0
19 stars 6 forks source link

Text Chat Input Scroll on focus #61

Closed jmcudd closed 1 month ago

jmcudd commented 3 months ago

When selecting the text chat input box on firefox android the keyboard hides the text input. I believe this can be fixed by adding an onfocus listener to the text input and forcing the text input to scrollIntoView. There may have to be a slight delay of the action since the keyboard may not appear immediately.