Swiper JS arrows font conflict
-
Hi,
I found probably a bug / conflict with Swiper JS, specifically with arrows on mobile devices.
Arrows in SwiperJS are rendered using pseudoelement:
::after { content: 'prev'; font-family: swiper-icons; }
The arrows are showing fine on desktop, on mobile devices is showing ‘prev’ text instead. When I disable the caching mechanism, arrows are showing fine everywhere.
- You must be logged in to reply to this topic.