druid icon indicating copy to clipboard operation
druid copied to clipboard

Support to input Chinese via IME to input component?

Open AllenDang opened this issue 1 year ago • 3 comments

Currently the input component doesn't support to input Chinese via IME, is it possible to implement IME support? That will be super helpful, thanks!

AllenDang avatar Dec 04 '24 06:12 AllenDang

@Insality Implement a full feature input box is extremely complex, maybe integrate an native input box a good idea like this?

https://github.com/baochungit/defold-textinput

AllenDang avatar Dec 09 '24 07:12 AllenDang

Hello! thanks for the issue, I will take a look

About a native input box - probably not for Druid. Support different platforms also a complex thing and currently Druid is all about only Defold GUI system

Insality avatar Dec 12 '24 08:12 Insality

Hello! Can you check the last input box in 1.1.0? It should be better than before

Insality avatar Apr 26 '25 09:04 Insality