muxable / rtchat

A chat app for IRL streamers.
Apache License 2.0
42 stars 24 forks source link

[chat_history] poor experience for keyboard in landscape layout #633

Open kevmo314 opened 2 years ago

kevmo314 commented 2 years ago

https://www.youtube.com/watch?v=us4grO1alQA

To fix this, we should probably create a dedicated UI for landscape keyboards. Something like this: https://stackoverflow.com/questions/58308754/flutter-how-to-open-full-screen-keyboard-in-landscape-mode/67334523#67334523

This will probably have to handle slash commands differently from the main UI, but we should create a custom text input overlay UI.

SputNikPlop commented 2 months ago

This is partially fixed by #1322 we will need a new UI for handling slash commands in landscape mode