-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Vertical scrolling on Chrome Android is stopped when I encounter the slider. #449
Comments
Using 1.3.7? |
I just upgraded to 1.3.7 and I can't scroll the page at all once slick has initialised. |
No that was "1.3.6" I will update to "1.3.7" and report to you |
I'm seeing this on Chrome Android with 1.3.7 as well. |
Reporting same issue. I'm using => gem "jquery-slick-rails", 1.3.6 |
Issue still persists in 1.3.7 |
I encountered in Windows Phone native browser. Anyone knows a fix? |
Looking into this aggressively |
ahmadalfy and Emnalyeriar, Helped for me: |
This is the same issue that affected Windows mobile see issue #496 |
I've got the same problem on my Nexus 4 Android 4.4.4 on Chrome 37. I'm using Slick 1.3.7. I've tried I've tried disabling |
@robmclarty touch-action: pan-y didn't work for you? |
nope. currently using |
@robmclarty I see touch-action none on that |
@robmclarty your implementation looks awesome btw |
Fixed on master |
omg, i'm a dumb dumb. It's been so long since i looked at this I forgot I was loading a separate, customized version of slick.css which of course contained the old styles with ...and thx for the compliment. Your library has been the most pleasurable to use by far ;) Nice job! |
@robmclarty high five |
Hey guys, I'm encountering this issue too - any idea when a release will be made including this fix? I'm managing slick through bower which is still @ 1.3.7 |
@oller it was released in 1.3.7 |
@oller 1.3.8 is slated for this weekend |
Not sure if it was fixed in 1.3.7, I think commit c723261 brought in the fix, in any case great to know 1.3.8 is imminent, lovely stuff @kenwheeler, great library! 👍 |
Hi all, |
Hi, I'm having the same Issue, 1.3.15 I have the touch-action: pan-y; and the vetical property in true, with touchmove: true, any idea? URL: Factico.nextlab.org |
Hi, I'm also having the same issue with version 1.3.15. New ideas? |
@ISaindon make sure you update all the CSS and the JavaScript files and that you are not including the old CSS files |
Thank you...I downloaded the latest version 1.4.0 and it's working On Thu, Jan 29, 2015 at 1:49 PM, Ahmad Alfy notifications@github.com
|
I am having this issue with version 1.5.7 EDIT: Nevermind I still had the old css styles in it. |
I'm not able to scroll the page in my moto xplay (6.0.1).. I've tried all the suggestion given by the pals above |
Still there is not solution? |
I have same bug. Any ideas how to fix it? |
This is a problem specific to Chrome Android. When vertically swipeing (aka scrolling) a webpage and reaching a slider using slick, the scrolling stop. Further attempt to swipe (over the slider) to move on fails.
Cannot confirm about native Android browser.
Working fine on Chrome iOS and Safari iOS.
The text was updated successfully, but these errors were encountered: