v-kat

Results 2 issues of v-kat

Fixes https://github.com/mvlabat/bevy_egui/issues/29 Mostly stolen code from https://github.com/emilk/egui/blob/master/crates/eframe/src/web/text_agent.rs and https://github.com/oscrim/bevy_egui/tree/gui-touch-event still has the same issue as https://github.com/emilk/egui/issues/4403 but seems to be mostly working. I had to use `once_cell` because iOS safari...

The eframe text_agent based WASM keyboard on Android seems to be having issues with suggestions and swallowing backspace to only get rid of text in the suggestions and not the...

bug