Webgl chinese IME not work

I use the ui plugin is NGUI ,unity version:2017.3

My Chinese fonts have been embedded in the project, the Chinese can be showed。
The window edge browser support Chinese IME and other browser(chrome, FF, safari) not work:(,I can not activate IME and input Chinese。

One solution I have found is to use this native plugin:IME input for Unity WebGL | Tutorial Projects | Unity Asset Store

Is there any other solution?:frowning:

Is there any other solution?:frowning:

Currently, no. Browsers will not expose the input events needed to handle IME input in a custom UI solution like Unity - so the only way to handle IME in a browser is to use HTML UI for it (which the asset store package does).

ok. Thanks you for you reply;)

I use this project to solve Chinese issue…

thank the author。
I calculate ngui input screen coordinates and width and height, as a parameter to html, create an html input, and over my ui.

3369113--264082--ezgif-3-dd6e980d31.gif

it’s don’t work with fullscene. do u have this?

sorry , i don’t solve this fullscreen issue…

Hey @jonas-echterhoff_1 , is this still being incompatible nowadays? The current solution continues being to use an HTML UI?

Howdy, could you upload the plugin on Cloud Drive? The native plugin url is disappear :frowning: