Skip to content
New issue

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

Web touch support #199

Open
ActuallyHappening opened this issue Aug 11, 2023 · 0 comments
Open

Web touch support #199

ActuallyHappening opened this issue Aug 11, 2023 · 0 comments

Comments

@ActuallyHappening
Copy link

ActuallyHappening commented Aug 11, 2023

Thanks so much for this crate! It has been very useful in creating my 100% Rust projects.

One limitation which is pretty glaring is the lack of web touch support. I am happy to take a stab fixing this bug, but aren't quite sure where to start. The example supports touch (tested on iOS Safari iPad/iPhone) but is using bevy 0.8 and bevy_egui 0.15, much to old for me.
https://github.com/mvlabat/bevy_egui_web_showcase

You can view my project's web release here: https://caleb-msrc-q11.netlify.app
(source: https://github.com/ActuallyHappening/ChessBois/tree/master)

The web version works with mouse on my MacBook, but pressing on my iOS devices doesn't give any response from the ui. If I connect my mouse to my iPad (advanced I know!) it works fine, but obviously I want normal touch interactions to work.

Any pointers / fixes (internal or other crates) are appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant