Closed cody-unger closed 4 years ago
See #29. Should also fix the issue raised in #116.
Reading through #40 and #41, it seems like the allowTouchMove feature is no longer necessary with the changes in this PR (and the replacement provided in this PR is preferable, because touchmove events will propagate without allowing body scrolling).
@cody-unger are you aware that allowTouchMove
is required for <textarea>
and <input type="range">
elements to function correctly (not just elements which listen for touchmove
)?
Edit: not just elements which listen for touchmove
on the body
I'm happy to test this if that isn't something you've overlooked
I hadn't seen that, but I tested and it seems like those elements work fine with my changes.
Allows event propagation, still fulfills the purpose stopPropagation was serving