I want to implement the ability to set my name in inputtext, but I want to enter Japanese in inputtext.
It seems that the IME is not working when typing characters in the input text.
Is it possible to convert characters with IME with inputText?
An interesting hack (well, i find it interesting ) is to have a native input field visible somewhere in the scene. When the user clicks into the input, actually focus on this input fiels, use the native IME, and update the textfield on each keystroke. Not idle, but works: