android display input information problem
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
Research direction
Start by reading the Android input handling in the android/mod module, especially the InputEvent::KeyEvent path mentioned in the report, and compare it with the agdk-egui usage shown. Clarify whether the target is keyboard text input, Chinese text display, or an example; done should include a reproducible Android input path and a documented result or supported example.
Written by the indexing model from the issue text.
Description
Hello everyone. I try to display the information entered by the soft keyboard on android (I use the agdk-egui project), and I have the soft keyboard pop up in the "Touch" response:
winit::event::WindowEvent::Touch(touch) => {
if touch.phase == TouchPhase::Started {
app.show_soft_input(true);
}
}
But there is no corresponding character displayed on the egui when entering information on the keyboard. I saw the response of InputEvent::KeyEvent implemented in the android/mod module of winit. May I ask: 1. How to realize the input response function on android? Is there a corresponding example? 2. It seems that there is no Chinese display on android, is it? Will there be a related support plan in the near future? Are there other solutions that can support displaying Chinese? Thanks.
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 1.3k
- Avg merge
- 2d 19h
- Merged PRs (30d)
- 9
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from rust-windowing/winit
-
B - bug DS - appkit
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
rust-windowing/winit#4666 · 1 comment ·
-
DS - x11
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
rust-windowing/winit#4479 · 5 comments · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
rust-windowing/winit#4701 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 45/100
rust-windowing/winit#4698 · 2 comments ·
-
B - bug DS - win32
Difficulty 3/5 1-2 days Newbie friendliness 35/100
rust-windowing/winit#4691 ·
All issues in rust-windowing/winit
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100