hammerjs / hammer.js

A javascript library for multi-touch gestures :// You can touch this
http://hammerjs.github.io
MIT License
24.13k stars 2.62k forks source link

Scroll up/down is not working over Carousel on Android when the swipe listener is added to the carousel #1052

Open DavidGangel opened 7 years ago

DavidGangel commented 7 years ago

Hi,

I'm having a problem using the HammerJS with Angular2. I have a carousel (based on the bootstrap carousel with Angular2 event handlers) where I'm listening on the swipeleft and swiperight events. The swipe itself works perfectly. The problem is that since I use the HammerJS I can not scroll up/down over my carousel component and since it's a full viewport sized item it's a huge issue.

How can this issue be solved?

Platform: Angular2 2.1.2 Samsung Galaxy S2 with Android 5.1.1 Latest stable mobile Chrome

For example this is also not working on mobile device when trying to scroll up or down so that your finger starting point is on the image: https://plnkr.co/edit/LCsiXOtzSedGZDbGQ3f8?p=preview

Topic from: http://stackoverflow.com/questions/41017202/vertical-scroll-is-not-working-with-hammerjs-and-angular2

DavidGangel commented 7 years ago

This is actually a no-go issue. Can someone please give an update?