Is there any way to hide the soft/onscreen iOS keyboard, including the single “editing” bar that appears, when using a connected Bluetooth keyboard?
I’ve looked online and through these forums. I understand there is not a way to do this in Lua through Codea (right?), but I’m hoping some of you more experienced coders can at least point me in the right direction of another way to do it. I’m not expecting a solution, just hoping for some ideas of how to approach this.
I have two games where I’ve coded an onscreen keyboard which works well, but as soon as I use showkeyboard() to accept the physical Bluetooth keyboard input & hit a key on the physical keyboard, the iOS keyboard shows.
Thanks in advance for any help.