-
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…
-
Some points from today's PM/UX sync:
- [ ] Replace swipeable bottom cards with a single "+ Add site" CTA
- [ ] On tap on a point or polygon, replace "Add site" CTA with a single, dismissable UI sh…
-
I had a lot of issues with gettings this to work, so I forked and credited meteor-factory but will be maintaining it at react-native-swipeable-cards. If you have requests or need help post there unles…
-
Is there any reason for not canceling animation frame inside update function? Do we need to keep it calling update function?
-
_Be sure you are basing any new framework versions on the **latest iteration** of this app! You can find the latest version in `data/all.json` or on the marketplace website._
https://play.nativescr…
-
```js
ERROR in node_modules/ng2-swipe-cards/node_modules/@angular/common/src/facade/async.d.ts(8,10): error TS2305: Module '"C:/Users/carlosjunior/Documents/Workspace/ionic/swipeable-card/node_module…
-
```
card.setOnCardDimissedDelegate(new CardView.OnCardDimissedDelegate() {
@Override
public void onLike(CardView cardView) {
Log.d("Swipeable Card", "I liked it");
…
-
You can swipe the cards that are under the first card, which shouldn't be possible.
-
Hello,
How to make it possible to start swiping from everywhere?
Regards,
Milos
-
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…