XamarinCommunityToolkit
XamarinCommunityToolkit copied to clipboard
The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks buildin...
### Description When using MediaElement to play video, some video are very small, especially the video record from Front camera (on real device and emulator) while using with Aspect=AspectFit This...
### Description RequiredStringValidationBehavior stays always invalid ### Steps to Reproduce ``` StackLayout myLayout = new StackLayout { Children = { new Entry(), new Entry(), new Entry() } }; myLayout.Children.OfType().ElementAt(2).Behaviors.Add (...
What is the current instruction for installing Maui compat xamarin toolkit? What I've found are old Microsoft news that are outdated. This nuget is also outdated: https://www.nuget.org/packages/Xamarin.CommunityToolkit.MauiCompat/ 2.0.2 preview ,...
### Description Hi, I would like to ask if it is possible to apply the ripple effect to Shell FlyoutItem. The ripple effect works, but the menu item does not...
### Description When the expander is in the expanded state, the indicator moves to be Center aligned. ### Stack Trace N/A ### Link to Reproduction Sample https://github.com/raymond-dillon/ExpanderIssue ### Steps to...
### Description I´m bluiding an app for an Android TV Device, that needs to reproduce video in Portrait mode. However the content is not showing propperly as it does when...
### Description of Bug ### When `MediaMetadataRetriever` fails to load online video metadata, because the video doesn't exist or it times out due to a connection error, it throws IllegalArgumentException....
### Description I have an App in XamarinForms that has a MainPage ContentPage with four bottom tabs from TabView CommunityToolkit. The last bottom tab (Tab4) has xct:TabView inside with three...
### Description MediaElement doesn't play to the new position if we change the Position property via code like this one var seconds = TimeSpan.FromSeconds(newValue); ### Steps to Reproduce 1. Run...
I am using `MediaElement` for playing video in my xamarin forms application. It is working fine on android version 11 and below. But on android version 12 and above, after...