darsain / sly

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

scrollTrap on touch devices #279

Open litera opened 7 years ago

litera commented 7 years ago

I'm using Sly to vertically scroll a bunch of items, but touching and dragging the items seems to bubble up to content and scrolls content instead of the items. When content reaches the limit, then I can actually scroll the items as intended but only in the direction where content has reached the limit.

scrollTrap option doesn't seem to make any difference. Is there a workaround for this?

kevin-mp commented 7 years ago

I'm having the same issue. My window scrolls up and down instead of my sly items. Are you using the current edition?