axtutuu/vue-swipeable-bottom-sheet

Not working without touch-action disabled.

Closed this issue · 0 comments

towry commented

It doesn't work on iPhone8Plus latest system.

Hammer.js emit pancancel event immediately.

See the issue: hammerjs/hammer.js#1050 (comment)

It works if I add touch-action: none to the pan-area element and the contents element.
https://github.com/atsutopia/vue-swipeable-bottom-sheet/blob/master/src/components/SwipeableBottomSheet.vue#L10