Posts

Post not yet marked as solved
6 Replies
724 Views
Hi,We have created a custom virtual keyboard that implements the UIInputViewControllerclass that has an insertText function that adds text to the keyboard and writes it.If you are on the Containing App It writes fine. The problem is whenyou are in another application it doesn't write nothing.The values we need to write are sent to us by a BLE device via bluetooth.This function of the KeyboardViewController class that implementsthe UiInputViewController class inserts text on the keyboard.func sendKey(texto: String){ let proxy = self.textDocumentProxy proxy.insertText(texto)}Any idea?Thank you.
Posted
by fg.
Last updated
.