-
Notifications
You must be signed in to change notification settings - Fork 0
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
Flicker on iOS and janky response on Andriod #1
Comments
Hello, @devAtPolydeals! Goodness, pardon my late reply. Somehow I had managed to miss this issue. :( Right at the moment I'm heading off to hit the hay since it's a little late here, but I'd be glad to investigate this tomorrow. Do you have any further details that may help? My testing platforms have been limited: I don't have an iOS device, so I can't speak for iOS, and I have only tested plastik-collapsible on Android on a 2nd-generation Moto X. Thanks again! |
I tested it on iPhone 6 with latest version of iOS and Samsung Galaxy with latest Andriod & chrome version. On android device if i expand everything I have and then try to do vertical scroll i cannot for few secs and then it gets back, basically scrolling becomes prohibitive. On iOS there is flicker or sudden flash when u open/close. You may be using translate3d which flickers on ios since it does not provide hardware acceleration see http://stackoverflow.com/questions/3461441/prevent-flicker-on-webkit-transition-of-webkit-transform. |
Actually, this element is rather naughty: it doesn't use transform at all and animates the heights of the items. Originally, I did this as a simple way of ensuring all the elements were always at the right position and that the collapsible itself was always of the correct height. But, it seems there are consequences in terms of performance. At first thought, I think this will require changing the I'll go ahead and work on this and see what I can come up with. If you have suggestions or you think there's a better way of going about it, I'd love to hear from you on it. |
btw you can use https://crossbrowsertesting.com/ to check behavior on diff browsers and OS |
Hi,
In iOS devices i get a flicker or a very fast flash and on andriod devices the scrolling is not responsive
thanks!
The text was updated successfully, but these errors were encountered: