I'm not even sure that this is possible, so I apologize if this is a stupid question.
I set the keyup through jQuery to run the function when the user types in the input field. It works great in English.
However, when entering text in Japanese / Korean / Chinese, the function is not called until the user confirms his text.
Is it possible to discover that they have started to print, and to access their text not yet completed?
I think maybe this is an OS level thing, so Javascript doesn't have access to it.
Edit: I only realized that this works in Chrome and Safari, but not in Firefox (he still had no way to try it on Windows). So Chrome calls keyup, and it's possible to get the text. But I still have a problem with Firefox.
source share