liveview-native / elixirconf_chat_22

85 stars 10 forks source link

Honor Carriage Returns #18

Closed munsonbh closed 2 years ago

munsonbh commented 2 years ago

The app displays a "return" button on the keyboard but does not allow for carriage returns in the text body. (This is also true for pasted text.) Expected behavior is for messaging apps to honor carriage returns.

shadowfacts commented 2 years ago

Supporting line breaks in messages isn't currently possible due to library limitations, but the return key now reads "send" and sends the message to make clearer the intended behavior.