darsain / sly

JavaScript library for one-directional scrolling with item based navigation support.
http://darsa.in/sly
2.87k stars 497 forks source link

Horizontal scroll issue on Win10 #260

Open adrianomicci opened 7 years ago

adrianomicci commented 7 years ago

I'm using sly.js for horizontal scrolling. It doesn't work properly on Win10. In particular, when I scroll the page and cursor is on an item of sly.js it scroll horizontally. What I want is to scroll horizontally only with drag/pan event. You can find this behavior just here http://darsa.in/sly/examples/horizontal.html

trewknowledge commented 7 years ago

Try setting the scrollBy parameter to 0 and see if that works.