kornelski / slip

Slip.js — UI library for manipulating lists via swipe and drag gestures
BSD 2-Clause "Simplified" License
2.44k stars 213 forks source link

Swipe issue in child elements when having an element inside #81

Closed gpasuncion closed 6 years ago

gpasuncion commented 7 years ago

Child elements can be swiped (move sideways) again when another element is inside it even if you call the preventDefault() method in the custom DOM event.

<ul id="listId"> <li class="demo-no-swipe"> <h3>Some Heading</h3> <p>Some text</p> </li> </ul>

carter-thaxton commented 6 years ago

I believe this is fixed by PR #100 (described in issue #45).