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.
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…