jfversluis / Plugin.Maui.SwipeCardView

Plugin.Maui.SwipeCardView provides lightweight MVVM friendly UI control that brings Tinder-style swipeable cards to .NET MAUI apps.
Other
29 stars 2 forks source link

Remove MAUI compatibility usage #1

Open jfversluis opened 1 month ago

jfversluis commented 1 month ago

For a first port I have just taken the code and made it work with .NET MAUI.

In this code, the RelativeLayout is being used which is only available in .NET MAUI for compatibility/migration purposes. Update the code to not use legacy layouts anymore and be completely up to date with what is supported in .NET MAUI!

Srikanth540-L commented 1 month ago

Hi @jfversluis , There seems to be issue in android where corner radius is not reflecting and If I have main view in side any layout like stack layout (like in TinderPage of the sample) we can see corner radius is reflecting but we can not do swipe gestures. This issue is only in Android Maui app and I am on net8 version. I hope you will come up with a solution but I feel it is something to do with this issue https://github.com/u/maui/issues/16978