-
Notifications
You must be signed in to change notification settings - Fork 31
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
Touch input does not work on android #76
Comments
did some digging and it seems like there is an issue with the cursor position and UiScale component, |
Hello there! Thank you for your interest to the project! Unfortunately I have no resources for diving into android because of #77. I'm very sorry. I believe the problem is somewhere in input_system https://github.com/jkb0o/belly/blob/main/crates/belly_core/src/input.rs#L186. Looking forward to your investigation and hope it may lead to the PR. |
I didn't fix it per se, but it seems like touch inputs where only triggering PointerInput::Down events, not pressed events, I extended the button widget too handle them and it started working, I saw the work on polako, I am looking forward too what it ends up looking like. I do like how the current styling and html layout works but I do understand the issues with them. |
Like a bad coder I changed two things at once and it started working so I'm not sure which it actually was, I plan on going back and testing too figure it out. |
my games menus do not work on android, the highlight function works but none the the press events are detected.
the party editor example exhibits the same behavior
The text was updated successfully, but these errors were encountered: