We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The CJK input methods can not be enabled with text_input or text_edit when compiled into WASM.
text_input
text_edit
The examples/todos can be used to reproduce it. I've checked the PR #2777 which has been merged into master branch.
examples/todos
master
The CJK methods can work well.
Linux
The text was updated successfully, but these errors were encountered:
The input method support of the iced relies on the winit's one, which is the underlying GUI library.
It seems the IME support for winit web backend has not merged nor finished yet.
rust-windowing/winit#1497
Sorry, something went wrong.
No branches or pull requests
Is your issue REALLY a bug?
Is there an existing issue for this?
Is this issue related to iced?
What happened?
The CJK input methods can not be enabled with
text_input
ortext_edit
when compiled into WASM.The
examples/todos
can be used to reproduce it. I've checked the PR #2777 which has been merged intomaster
branch.What is the expected behavior?
The CJK methods can work well.
Version
master
Operating System
Linux
Do you have any log output?
The text was updated successfully, but these errors were encountered: