lukesnowden / FSVS

Full Screen Vertical Scroll
https://www.lukesnowden.co.uk/full-screen-vertical-scroll/
722 stars 145 forks source link

Fix scrollable elements on mobiles #35

Closed rzakadragon closed 8 years ago

rzakadragon commented 8 years ago

Scrollable elements was ignored on mobiles. Touch swipe doesn't cancel on them. I added check for touch target - is it a child of the node with scrollable class. Now it works as should.