Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
485 stars 114 forks source link

div scroll horizontal prevents page scroll vertical #66

Closed gaudidad closed 9 years ago

gaudidad commented 9 years ago

Hi, not sure whether this is a bud or a feature, but if it's the latter, I need to find a way around it. I have a mobile webpage that contains a div which I scroll horizontally using dragend. However, within that div, any vertical swipe is simply ignored, nothing actually moves. Outside the div, the vertical swipe moves the entire page up and down. How can I ensure that the page still reacts to vertical swipes within the div? It's maybe something obvios, but it doesn't seem to work for me... Thanks!

gaudidad commented 9 years ago

Update: In giving it a lucky shot, I found that the issue "Clickable and scrollable vertical" (https://github.com/Stereobit/dragend/issues/9) seems to also cover this one.