You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Safari 16.2 on ios, the cube transition causes the swiper slides to only render in 80% of the area.
I've noticed on WebKit that Swiper JS applies a sort of hack that makes the clickable area of the cube appear larger than it is, likely because of an issue that was fixed this latest patch.
Since Stackblitz doesn't allow you to use the preview on mobile, I went ahead and hosted the sandbox repo on vercel to test on devices on the latest OS.
Check that this is really a bug
Reproduction link
https://stackblitz.com/edit/vitejs-vite-gbrjrg?file=README.md
Bug description
On Safari 16.2 on ios, the cube transition causes the swiper slides to only render in 80% of the area.
I've noticed on WebKit that Swiper JS applies a sort of hack that makes the clickable area of the cube appear larger than it is, likely because of an issue that was fixed this latest patch.
https://webkit.org/blog/13591/webkit-features-in-safari-16-2/
Since Stackblitz doesn't allow you to use the preview on mobile, I went ahead and hosted the sandbox repo on vercel to test on devices on the latest OS.
https://repro-swiper.vercel.app/
Expected Behavior
Fill the entire container
Actual Behavior
Fills only a portion of the container
Swiper version
@latest
Platform/Target and Browser Versions
IOS Safari 16.2 & Previous versions
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: