ixisio / bootstrap-touch-carousel

[Not maintained] A drop-in perfection for Twitter Bootstrap's Carousel (v3) to enable gestures on touch devices
http://ixisio.github.io/bootstrap-touch-carousel/
MIT License
149 stars 51 forks source link

Scrolling vertically on page stops when getting to carousel #33

Open coxw opened 10 years ago

coxw commented 10 years ago

Once you get down to the carousel on the page, left and right scrolls through the items, but vertical swipes do nothing, where they should be able to continue to allow the user to scroll. Elastislide (although completely different), had this same issue. Is this something coming from hammer or bootstrap itself?

ixisio commented 10 years ago

@coxw On which device you are testing?

coxw commented 10 years ago

@ixisio I'm testing on Chrome, Android 4.4 - Nexus 7, Nexus 5, Samsung Galaxy S4

saulposel commented 10 years ago

I'm also seeing this on a touchscreen windows laptop (Surface 3 Pro). Unable to scroll the page vertically when the carousel takes up the width of the page.

saulposel commented 10 years ago

Just to note, the issue on the touchscreen windows device was in Chrome.

ixisio commented 10 years ago

Found this: https://github.com/hammerjs/hammer.js/issues/265

luiz-brandao commented 9 years ago

I was having the same problem. I found out that hammer.js have a possible fix for it, but bootstrap-touch-carousel distribution version is bundled with an older version of hammer.js I had to manually edit the minified file.

https://github.com/hammerjs/hammer.js/wiki/How-to-fix-Chrome-35--and-IE10--scrolling-(touch-action)

ixisio commented 9 years ago

@fromvega You've time to fix the version of hammer.js for bs-touch-carousel too !?

rtucek commented 9 years ago

As far as I can tell, any Android device (phones and tablets), no matter what OS version, with Google Chrome Mobile (current v39.02171.93) are affected.