The use case is, I have a horizontal scrolling div which turns to vertical non-scrollable with mobile viewport media rules.
v-dragscroll and v-dragscroll.x completely break (prevent) native vertical page scrolling on mobile. It's not possible to scroll the page by dragging elements inside the dragscroll container.
v-dragscroll.pass and v-dragscroll.pass.x allow vertical scrolling on mobile but lead to jerky experience on desktop when drag-scrolling the container with mouse (unintentional small vertical mouse drag is 'passed' to the body scroll container and makes the page jiggle)
I would expect v-dragscroll.x to completely ignore/pass 'as is' all vertical events. Currently, they are either lost (without .pass) or converted from drag to scroll (with .pass).
The use case is, I have a horizontal scrolling div which turns to vertical non-scrollable with mobile viewport media rules.
v-dragscrollandv-dragscroll.xcompletely break (prevent) native vertical page scrolling on mobile. It's not possible to scroll the page by dragging elements inside the dragscroll container.v-dragscroll.passandv-dragscroll.pass.xallow vertical scrolling on mobile but lead to jerky experience on desktop when drag-scrolling the container with mouse (unintentional small vertical mouse drag is 'passed' to the body scroll container and makes the page jiggle)I would expect
v-dragscroll.xto completely ignore/pass 'as is' all vertical events. Currently, they are either lost (without.pass) or converted from drag to scroll (with.pass).