DEV Community

Discussion on: How to create horizontal scroll with mouse wheel using JavaScript

Collapse
 
juanbelieni profile image
Juan Belieni

I've tested it with a screen, and it works well. But you're right, when user moves side-to-side with touchpad, it doesn't work, because of the preventDefault. When I have the time, I will update the post to include this information. Thanks!