Description
I've been using the package and like it a lot. I was wondering if I'm missing anything in regards to been able to set the swipe events only on elements and not on a document. Or is it possible to add swipe events to document ?
I read through some of the closed tickets and saw #150 ticket which touches on the topic of using an element to detect the swipe from left but the problem is the element is above the content which prevents the content below it from been selectable. By setting the event on document would allow for editable content.
The question was asked but not really answered in #150.
I can add my own event document.addEventListener('touchmove', touchMoveHandler)
but to save time I'd like to use this package if this is possible to have the events used on document as well as elements.