swipecards icon indicating copy to clipboard operation
swipecards copied to clipboard

Tinder-like swipe control for Xamarin.Forms

Results 10 swipecards issues
Sort by recently updated
recently updated
newest added

When swiping very fast, the top card sometimes takes the scaling of the back card.

bug

I added components such as buttons and images with tapevents, none of the components work or triggers the events.

Hi! I needed to remove the white rounded container around cardview content, so I replaced Frame with a StackLayout, int his way we can freely style the CardView. Bye, and...

I have placed a button inside the card.But the click event is not working. what to do?

bug

I need to show Like when the user will swipe the card to the right side(like tinder). For this i have used the Dragged event.But i can't find any direction...

I have installed the NuGet package and added the CardStackView to the default Xamarin.Forms App template under `ItemsPage.xaml` with the following piece of XAML ``` ``` When I run the...

Live Player 1.3.117(617) VS2017 Entreprise preview Xamarin.Forms 2.5.0.121934 shared project MainPage.xaml (elcome to Xamarin.Forms!) Running the Live Player works (LP loads the ManPage.Xaml) ..but NOT the Live Run Current View...

I tried to run the iOS sample on Visual Studio 15.4 with Xamarin Live player and it gave me this strange error. not sure if it's due to a limitation...

On Android's TabbedPage, users can use swipe gestures to navigate between the tabs by default. This seems to collide with the card's swipe gestures.

bug