-I’m reposting this here because I posted it in General Discussion just to realize it’s currently getting spammed lol-
I have an app where a text field is constantly being typed into so I want the keyboard to always be up, but when the user hits the submit button on the keyboard the keyboard goes away. I tried setting the focus to be the text field after the “submitted” event in the listener but it makes the keyboard go down and come back up really quickly and it looks stupid. I also tried adding a runtime listener to set the keyboard focus (nil when i want it awe and to the field when i want it up) but it does the same thing. Is there any way of doing this?