LithApp / Lith

Multiplatform, mobile-focused WeeChat relay client
https://lith.app
GNU General Public License v2.0
75 stars 7 forks source link

Cannot seem to send text #115

Open meldra opened 2 years ago

meldra commented 2 years ago

Android 12

Return key just seems to add a newline

meldra commented 2 years ago

nevermind the send button is just disabled by default for some reason?

MartinBriza commented 2 years ago

Well, that's still a bug, this works on iOS. I'll reopen this. It's probably caused by some other touch area obscuring the button.

meldra commented 2 years ago

The configuration for for "show send button" is off by default on the android build. Is there is supposed to be some way of sending that isn't that or the return/enter key?

The return key adds non-visible non-space content that I expect is newlines. The text preview doesn't render the newlines, but i have to backspace the same number of times i hit return to be able to backspace the text i tried to send.

chinese-soup commented 1 year ago

Is there is supposed to be some way of sending that isn't that or the return/enter key?

Nope, just that button and keyboard's Enter key (which currently only working on desktop and iOS, as mentioned).

The return key adds non-visible non-space content that I expect is newlines.

Yep. The newlines not being rendered and being just non-visible non-space are a known issue, since posting multiline is only implemented in the backend atm: https://github.com/LithApp/Lith/issues/29#issuecomment-939494240