Vladislav Antonyuk

Results 165 comments of Vladislav Antonyuk

@brminnick, @pictos seems like it can be closed as completed. any objections?

> @VladislavAntonyuk could you rebase so we can get another CI build? @mattleibow done

Could you please provide a screenshot of actual/expected result?

Add global.json file to ensure you use .net 8. I had the same issue after installing .net 9

You can see how TextColor or other properties implemented. Change SetCustomCursor method to receive Element or View. Span should be an Element or View.

AD is free for 50000 MAU. Asp.net identity is about websites. You can use MAUI WebAuthenticator that is universal for all authentications.

I confirm it works on GA with Label, but doesn't work on custom controls

Verified on 6.0.400 and it doesn't work. To check use this sample: https://github.com/VladislavAntonyuk/MauiSamples/blob/main/CardLayout/CardsLayout.cs#L86 Replace PanGestureRecognizer with SwipeGestureRecognizer. PanGestureRecognizer fires events but SwipeGestureRecognizer doesn't.

@jsuarezruiz please try my sample: https://github.com/VladislavAntonyuk/MauiSamples/blob/main/CardLayout/CardsLayout.cs#L86 Replace PanGestureRecognizer with SwipeGestureRecognizer. PanGestureRecognizer fires events but SwipeGestureRecognizer doesn't. https://github.com/dotnet/maui/issues/7403#issuecomment-1172064417