axtutuu / vue-swipeable-bottom-sheet

MIT License
46 stars 15 forks source link

Not working without touch-action disabled. #3

Closed towry closed 1 year ago

towry commented 5 years ago

It doesn't work on iPhone8Plus latest system.

Hammer.js emit pancancel event immediately.

See the issue: https://github.com/hammerjs/hammer.js/issues/1050#issuecomment-267595556

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