Hi,
I need to send all type of unicode characters. In Android I can use the unicodeKeyboard. But in iOS when I send single characters like
sendKeys("ウ") or equivalent .sendKeys("\u30A6")
sendKeys("☺") or equivalent .sendKeys("\u263A")
it works normally. But when I send one character that is composed of two codes, like:
.sendKeys("😀") or equivalent .sendKeys("\uD83D\uDE00");
Then I end with two ?? in the ios keyboard inputfield. Any solution to send more complex characters?
For more info on the above characters: