Text input dismisses keyboard on return by default, is it possible to make the keyboard persist?

I’m building a chat app, would love it if I could hit send and keep the keyboard active.
But I’d like to do this without creating an additional button on screen to execute the “send” event.

Is there a text input setting that lets me keep the keyboard up after hitting return/send?

1 Like

Please comment on this feature request so that it gets more attention:

Ha somehow I already have, I don’t know how but I must have posted something similar in the past, I searched the forums and didn’t find anything :man_shrugging:

Oh well

2 Likes

When you use a single Text Input and set it to Auto Focus, the keyboard will be showing all the time.

However, due to a bug in Thunkable, the Auto Focus will not work in the Web but will work when using the mobile.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.