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
Platform/Target and Browser Versions: Chrome, and others.
What You Did
I am having some visual glitches in my layout when navigating away from a page containing a swiper component, with transitions. I have isolated the issue to the destroyment of the swiper component and created a minimal reproducible example.
To reproduce: Open the stackblitz example and click the destroy button. Notice how this changes the layout.
I expect the layout to be untouched when the component is destroyed. But I do of course expect the swiping functionality to cease to function.
Actual Behavior
When the swiper component is destroyed, it updates the layout with what seems to be the default configurations. This among other are a slidesPerView of 1.
The text was updated successfully, but these errors were encountered:
What You Did
I am having some visual glitches in my layout when navigating away from a page containing a swiper component, with transitions. I have isolated the issue to the destroyment of the swiper component and created a minimal reproducible example.
To reproduce: Open the stackblitz example and click the destroy button. Notice how this changes the layout.
https://stackblitz.com/edit/swiper-angular-example-ptbxfh?file=src%2Fapp%2Fapp.component.htmlExpected Behavior
I expect the layout to be untouched when the component is destroyed. But I do of course expect the swiping functionality to cease to function.
Actual Behavior
When the swiper component is destroyed, it updates the layout with what seems to be the default configurations. This among other are a slidesPerView of 1.
The text was updated successfully, but these errors were encountered: