nir9 / itemslide

JavaScript Touch Carousel Library with Zero Dependencies
https://itemslide.org
MIT License
647 stars 85 forks source link

Not listening to Vertical Scroll touch #5

Closed zenmano closed 9 years ago

zenmano commented 9 years ago

Each of my li tag item has variable height(more than window height). So using overflow: scroll. And it works fine in browser. But when i emulate , the vertical scroll touch is not listened by the plugin.

nir9 commented 9 years ago

I don't really understand the problem- Do you mean that every li has scrolling content inside and you cannot scroll when scrolling with touch? If so then i know whats the problem and i'll fix it.

zenmano commented 9 years ago

Yes. I meant the same. You have handled the touch only for horizontal(.PageX). You have not handled for Vertical. Thank You.

nir9 commented 9 years ago

Fixed.