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 xct:SemanticEffect.Hint not being read on IOS voiceover when is implemented complete stack trace (if applicable) --> ### Steps to Reproduce 1. Add any element 2. Add following lines:...
### Description The initial value of the binding property couldn't display correctly on `xct:BadgeView` when using data binding. But after changing the value of the binding property, the UI could...
### Description of Bug ### Some properties of `MediaElement` class are removed by linker if not accessed from code (due to `IMediaElementController`?). To prevent this we should add [Preserve(AllMember=True)] to...
### Description I am using your example of MediaElement with Slider in [here](https://learn.microsoft.com/en-us/xamarin/community-toolkit/views/mediaelement#implement-a-custom-position-bar). In Android it works and the Slider runs while Buffering, but in iOS it doesn't work. Remain...
### Description When MediaElement's "IsLoop" is set to "True": 1. [iOS] The MediaElement's "speed" (hardcoded to the xaml) is reset to 1 after the 1st iteration (which played at the...
### Description DateTime.Now sometimes throws exceptions on Android because of wrong time zone data. This has been reported in https://github.com/xamarin/xamarin-android/issues/8090. The bug report has been closed because it cannot be...
MediaElement: ShowsPlaybackControls="True" not showing controls in IOS, please fix! 
Hi Comunity Toolkit DrawingView everthing ok on similator. But phisical device (ios 15) not working.
### Description in IOS , When having a CollectionView inside TabViewItem , the content of the CollectionView is not visible the fist time the page laod , you need to...
### Description Okay, I have this weird bug that I really hope you guys can help me. I use a MediaElement to show a video, that MediaElement is inside of...