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
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