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
I'm using a carousel of Ionic cards as one of the UIs of my Angular app. On it, users can add cards to the carousel and fill each of them with data and images. Then, cards can be consulted as it were "trading cards". However, I am concerned about the fact that when users have already added many cards (there's no limit), it will be a bit tedious to go back to the first slide (which is used as an template to create new cards) if we have to swipe each card until there. I found that Swiper's "rewind" option, but I wasn't able too find examples, except the ones when the carousel gets to the last/first slide... those are obviously helpless for the aim of my app. Any idea on how to achieve it or if Swiper allows that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, everybody.
I'm using a carousel of Ionic cards as one of the UIs of my Angular app. On it, users can add cards to the carousel and fill each of them with data and images. Then, cards can be consulted as it were "trading cards". However, I am concerned about the fact that when users have already added many cards (there's no limit), it will be a bit tedious to go back to the first slide (which is used as an template to create new cards) if we have to swipe each card until there. I found that Swiper's "rewind" option, but I wasn't able too find examples, except the ones when the carousel gets to the last/first slide... those are obviously helpless for the aim of my app. Any idea on how to achieve it or if Swiper allows that?
Thanks in advance.
Marcelo
Beta Was this translation helpful? Give feedback.
All reactions