ipod-classic-js
ipod-classic-js copied to clipboard
[Scroll Wheel]: Support hybrid touch/click devices
The iPod won't react when I try to run it on my Microsoft edge on Windows 10 using my mouse no matter I tried to click on it or click and hold, instead, if I use the touch screen on my laptop to operate, it works fine.
Hey @PIndividual, do you happen to know if this is Chromium windows 10 or the legacy version? If you don’t know, just send me a screenshot of your browser
This is the Chromium version
Ah I understand what’s going on here. The scroll wheel detects if your device has a touchscreen, and if that’s the case then it subscribes to the touchstart
event rather than the mousedown
event. I hadn’t thought about hybrid devices that might have both click and touch.
I’ll see if there’s anything I can do to support both at the same time, though no guarantees. You’ll have to deal with touch-only for the moment. Thanks for bringing this to my attention!