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

Odd behavior on windows 10 touchscreen #215

Open
camprevail opened this issue Jan 16, 2021 · 1 comment
Open

Odd behavior on windows 10 touchscreen #215

camprevail opened this issue Jan 16, 2021 · 1 comment

Comments

@camprevail
Copy link

Works fine on my phone, but my windows 10 laptop with touch screen also switches to the touch view instead of keyboard view. (Which is fine), BUT:

  • If I change the instrument, clicking anywhere immediately changes it back to bongos.
  • The left and right buttons are not clickable, but he still hits the left bongo.
  • Touching anywhere on the screen plays the left bongo sound (only on finger-UP), but he doesn't hit it.
  • Touching the left and right buttons works normal, but the left bongo sound plays when you lift your finger, so it's like double-triggering.
Repository owner deleted a comment from yoyomonem Mar 6, 2021
@Externalizable
Copy link
Owner

Currently, the CSS3 specification does not allow for websites to definitively detect physical keyboards, which is why bongo.cat is prioritizing the touchscreen on your Windows 10 laptop over the possibility of you maybe having a keyboard. Some of your points can be fixed but require advanced device analysis via media queries, such as orientation and pointer status.

If anyone wants to tackle this, please open a Pull Request!

Repository owner deleted a comment from ZehnPondero Apr 6, 2022
Repository owner deleted a comment from camprevail Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants