-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrolling vertically on page stops when getting to carousel #33
Comments
@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: hammerjs/hammer.js#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?
The text was updated successfully, but these errors were encountered: