darsain / sly

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

"scrollTrap" is always TRUE on touch devices #230

Open TonyBogdanov opened 8 years ago

TonyBogdanov commented 8 years ago

It seems that on touch devices (tested on Nexus 4) scrolling up or down past the bounds is impossible, e.g. the touch event doesn't seem to bubble. Just like if you set the scrollTrap option to true.