Externalizable / bongo.cat

Hit the bongos like Bongo Cat!
https://bongo.cat
MIT License
3.21k stars 423 forks source link

Odd behavior on windows 10 touchscreen #215

Open camprevail opened 3 years ago

camprevail commented 3 years ago

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:

Externalizable commented 3 years ago

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!