Force keyboard not to close after submitting?

Hi,

On a guessing game I’m working on I guess the word, press “Ok”/“Return” and the game processes as it should but the keyboard closes so when the next words popup I need to click on the textfield again. Of course I could just set the keyboard focus again but I don’t wan’t it to lose it in the first place. Is this possible?

function onWord(event) if event.phase == "submitted" then verifyWord() return true end end

Best regards,

Tomas

I will bump this thread in hope that someone might have a solution.

Best regards,

Tomas

I will bump this thread in hope that someone might have a solution.

Best regards,

Tomas