-
Thanks so much for sharing this repo & code for RN card swiper.
I am new to here, and don't know how to adjust the props so that the swiper cards could be in a loop, when you swipe to the last indexe…
-
When I fetch new data from my server the swiper does not update the UI with the new cards.
Here's my code:
` `
`const handleIndexChange = () => {
if (index === 0) return;
if (index %…
-
I have two pages in swiper that has swiper cards in it.
And I can't swipe card to right on first page since it sends me to second page
Similar thing happens on second page also
Is there a way to solve…
-
It's a bad UX because you can also swipe between locations, having two horizontal swipe events.
- Replace horizontal daily with vertical daily like most weather apps
- Replace hourly with next 24 …
-
:red_circle: **Pagination with Footer and Card Design Enhancement** :
:red_circle: **Enhancement Aim** :To implement pagination with a footer that remains fixed at the bottom and ensure the cards aut…
-
The swipe functionality does not work on the subsequent cards after swiping the first card.
I encounter this issue when trying to swipe or simply tapping on the screen. However, when I place buttons…
-
The cards present an interesting challenge because there isn't a great analog for them in existing browser semantics.
Some things I was considering...
Can the cards be made out of a ul and li instea…
-
If you **swipe cards quickly** like three cards a second or faster, **onSwiped** events fires but the current card stays the same in the swiper.
-
This used to be a feature with the swipe cards but it has seemed to be moved from this version of it. Example used to be this code
var card = TDCardDelegate.getSwipeableCard($scope);
card…
-
Hi thanks for your excellent repository i just want to have this thing how to
change the swipe direction i want the cards to swipe up and down.