Make mobile keyboard disappear

What I’m trying to do:
On text_box_pressed_enter (on an app designed for mobile), I need the app to populate a label etc, which works ok. But after the above event I’d like that text box to lose focus, so as to make the mobile keyboard disappear.

What I’ve tried and what’s not working:
Tried an invisible text box and transferring focus to that - no joy. Just actually need the keyboard to disappear so the user can carry on and tap buttons as needed.

Thanks in advance

Is there a “most likely” or “default” button or option? Perhaps it might make sense to set focus to that object instead.

There are indeed plenty of other components I could and would set the focus to…except they do not have the “.focus()” ability. I only have labels and buttons on the rest of the form…

This looks like a job for…

I haven’t used it, but it seems to have been designed expressly to meet such needs.

Thanks I’ll go take a look