I have an ios app that uses Voice Control so has an input field which is always in focus. I don't want to ever see the touchscreen keyboard but I can't seem to get rid of it. TouchScreenKeyboard.active = false only works to hide it if there is a Bluetooth keyboard attached, otherwise I always see the keyboard. I suspect that I have to modify keyboard.mm but need some advice on how. Voice Control is new in ios 13 so I have not been able to find a solution. It seems clear that for the input field to work it has to have a keyboard associated with it, however I don't ever want to see the keyboard. Voice Control populates the input field.
↧