Open coxw opened 10 years ago
@coxw On which device you are testing?
@ixisio I'm testing on Chrome, Android 4.4 - Nexus 7, Nexus 5, Samsung Galaxy S4
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.
Just to note, the issue on the touchscreen windows device was in Chrome.
Found this: https://github.com/hammerjs/hammer.js/issues/265
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)
@fromvega You've time to fix the version of hammer.js for bs-touch-carousel too !?
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.
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?