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

Bug: tapping to change qubit doesn't work on mobile #5

Open
bztravis opened this issue Dec 17, 2024 · 2 comments
Open

Bug: tapping to change qubit doesn't work on mobile #5

bztravis opened this issue Dec 17, 2024 · 2 comments

Comments

@bztravis
Copy link

Tapping to change qubit doesn't work on mobile.

iPhone 14 Pro Safari iOS 18.2

@Ecpii
Copy link
Owner

Ecpii commented Dec 27, 2024

Yeah it seems to have weird behavior on Android as well - taps seem to be "buffered" in a sense. I've tried doing some debugging with adb and it seems like Chrome doesn't even receive the pointerdown event for a tap until the next tap:

screen-20241227-160118.mp4

Very perplexed by this and adb broke so can't debug this more now - leaving this to remember.

@Ecpii
Copy link
Owner

Ecpii commented Jan 3, 2025

After a bit of testing, it seems like issues with mobile click events will be resolved in this pull request on Tres.js. Tested on Android 15, Chrome 131.0.6778.200, as well as Chrome Dev Tools' touch emulation on Arc 131.0.6778.205.

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

2 participants