-
-
Notifications
You must be signed in to change notification settings - Fork 424
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
Transition lagged on Chrome iOS #634
Comments
This is the known issue of CSS transition on iOS Chrome. All CSS transitions are broken after switching tabs. https://bugs.chromium.org/p/chromium/issues/detail?id=899130 If you really need to solve the problem, turn on the splide/src/js/types/options.ts Line 163 in 5e0c2ac
If
|
I'm experience the same issue on iPhone SE Chrome, iOS 15.1, @splidejs/svelte-splide 0.1.18. This not only happens after switching tabs but also when first opening the page, also on the homepage demo. edit: ok, after restarting chrome the issue doesnt show up. |
Checks
Version
latest
Description
The slide is lagged on Chrome browser iOS, it is fine in Safari
RPReplay_Final1643250860.mov
As I investigated that, most of the slide lib have the same issue with Chrome on iOS, so I think it is because of iOS or Chrome core
Reproduction Link
No response
Steps to Reproduce
Test in Splidejs demo page
Expected Behaviour
Same behavior as Safari
The text was updated successfully, but these errors were encountered: