I've faced the Issue that a Swiper I use get the calsses swiper-button-disabled swiper-button-lock even though it should be shown.
OnLoad it looks like this:
When I scroll the first slider-item, the navigation is shown:
, which to me makes no scence. Following are my settings for this exact slider:
return { pagination: { el: '.swiper-pagination', type: 'bullets', clickable: true }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev' }, };
Has someone encountered the same issue as this?
Schlindibus