-
From https://www.google.com/design/spec/components/cards.html#cards-behavior
"The swipe gesture may be used on a per-card basis. Limit swipe gestures within a view so that they don’t overlap with one…
-
The swipe on mobile is not user-friendly at all.
Demo: https://ravelinx22.github.io/react-swipeable-cards/
-
Hey Folks,
I implemented exactly the code given in the description. It works exactly 1 time, the next cards is not shown after the 1st card is swiped.
No console error, nothing.
I just recogn…
-
Nothing happened if I click the card ImageView.
```
cardModel.setOnClickListener(new CardModel.OnClickListener() {
@Override
public void OnClickListener() {
Lo…
-
### Which OS ?
MacOS 10.13
### Version
Which versions are you using:
- react-native-swiper v1.5.14
- react-native v0.60.0
### Expected behaviour
That I would see the list of cards and…
-
1. Open https://googlechrome.github.io/ui-element-samples/swipeable-cards/ in Android Chrome
2. Start scrolling down by touching
If the touchdown happens on a card, the code captures it; but if the t…
-
Hi
I have used iron-swipeable-pages in my app everything works fine but I am having a problem.
swipe pages are at url : http://localhost:5000/#/home (which is a long list of paper cards.)
when I go…
-
`CardStackAdapter#add()` or `CardStackAdapter#pop()` visually adds an additional `CardModel` to the stack of cards as intended except you can no longer swipe the card away.
I would expect that using …
-
Hello,
Thanks for developing such a great library.
I am developing one application using this library.
I create the cardModel and set some of the data to view on card i.e cardId and Title and I add t…
-
### Minimal reproducible example
https://github.com/RRaideRR/expo-video-android-videoview
### What platform(s) does this occur on?
Android
### Did you reproduce this issue in a development…