-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot seem to send text #115
Comments
nevermind the send button is just disabled by default for some reason? |
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. |
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. |
Nope, just that button and keyboard's Enter key (which currently only working on desktop and iOS, as mentioned).
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: #29 (comment) |
Android 12
Return key just seems to add a newline
The text was updated successfully, but these errors were encountered: