Hi folks,
Love the new Slider element—can’t wait to use some loopers!
But I’m having some very specific issues on iOS here: https://metroconnections.com/
Using Browserstack, I can see that the issues appear to be on iPhone 10 and below. Two issues:
- The slider doesn’t get fully loaded, so opacity: 0 remains. I was able to get around this by overriding the !important (lol):
.x-slide-container-viewport:not(.is-ready) .x-slide {
opacity: unset !important;
}
- Slide navigation doesn’t work! Console doesn’t throw off errors either. I’m wondering if there’s some JS hanging around that says :not(.is-ready) don’t allow the navigation?
Thanks!
Luke