You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try to touch a text input on a mobile web bevy game. No mobile keyboard appears. (Might still be an issue with IME and/or bevy_egui)
Description
This seems to happen across all the mobile web platforms I tested (chrome, firefox, and brave on android). I was talking with someone on the bevy discord who mentioned that this was a bevy engine issue. I wasn't sure if it was a bevy_egui issue. Egui has a working mobile web keyboard and I believe https://github.com/emilk/egui/blob/master/crates/eframe/src/web/text_agent.rs is how it triggers the keyboard to open on mobile web.
LMK if you want a code example or more info
The text was updated successfully, but these errors were encountered:
It might be something with IME but I'll look into bevy_egui more. mvlabat/bevy_egui#246 has some related issues. Unless it's an underlying winit => bevy IME issue which seems unlikely I doubt bevy is the issue.
Bevy version
0.13
What you did
Try to touch a text input on a mobile web bevy game. No mobile keyboard appears. (Might still be an issue with IME and/or bevy_egui)
Description
This seems to happen across all the mobile web platforms I tested (chrome, firefox, and brave on android). I was talking with someone on the bevy discord who mentioned that this was a bevy engine issue. I wasn't sure if it was a bevy_egui issue. Egui has a working mobile web keyboard and I believe https://github.com/emilk/egui/blob/master/crates/eframe/src/web/text_agent.rs is how it triggers the keyboard to open on mobile web.
LMK if you want a code example or more info
The text was updated successfully, but these errors were encountered: