Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement composition* event #20770
Open
Implement composition* event #20770
Labels
Comments
|
I think this is also needed to get Android input working. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related meta : #18202 (also somewhat related #20726)
FF / other browser supports composition* events,
While servo doesn't yet (actually most of IME / input method handling is not working)
rust-windowing/winit#508 tracks upstream winit side support for win32 at least. Need to clarify what needs to be done on other platforms.