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
@klentdiamond In my case the problem was that the swiper's parent had a display: none style and I was only showing it when necessary. As stated here by the developer:
Then you init it in a wrong time. It must be initialized when it is visible. Otherwise call its .update() method when it becomes visible. Or try to enable observer params
it has to be visible when it gets initialized. So what I did was replace display: none with visibility: hidden and it's working perfectly now.
The angular swiper does not appear and the pagination does not work without browser resize.
The text was updated successfully, but these errors were encountered: