thunkable / thunkable-issues

24 stars 9 forks source link

Refresh Text Input AutoFocus #708

Open tatiang opened 4 years ago

tatiang commented 4 years ago

Is your feature request related to a problem? Please describe. I'm building a shopping list type app and I want the user to be able to enter items one after another without repeatedly having to tap on the text input component. I've set the text input property to have AutoFocus enabled.

Describe the solution you'd like There should be a block called something like "from Text input autofocus" that focuses the cursor on the text input component again.

Describe alternatives you've considered I used a "When text input submit" block that navigates to a "refresh" screen that navigates back to the initial screen "when screen opens." This works but it's slow and there's a visible change since the refresh screen appears for about half a second.

Which platform are you asking for? Thunkable ✕ (x.thunkable.com)

Additional context

agvardha57 commented 1 year ago

Text boxes can be set to autofocus in the design Autofocus does work when you test it in an Mobile phone. I just tried it. When I did Web Preview it had not worked.