XamarinCommunityToolkit icon indicating copy to clipboard operation
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...

Results 168 XamarinCommunityToolkit issues
Sort by recently updated
recently updated
newest added

Seems like expander is caching the last size of content and expanding to that size. But there is no change when content size changed if add some views to layouts...

bug

### Description When taking a photo with CameraView on Android, photos are rotated incorrectly. Previously reported in #297, #751, #779. PRs #307, #886 claim to fix this but they don't....

bug
a/CameraView :camera_flash:

### Description of Change ### Fixes `RemoveMask` method. Originally it wasn't taking into account the position of the user's input and removing it if it was part of the mask....

stale

### Description I'm not sure if this is a bug per-se, but I couldn't find any previous discussion of it so thought I would mention it as it doesn't "feel...

:exclamation: Breaking Change

### Description UtcDateTimeToLocalStringConverter class throws ArgumentException if the format string is short date "d". The implementation of the [IsValidDateFormat method] (https://github.com/xamarin/XamarinCommunityToolkit/blob/main/src/CommunityToolkit/Xamarin.CommunityToolkit/Converters/UtcDateTimeToLocalStringConverter.shared.cs#L55) returns false when using the "d" format string. ###...

bug

### Description The ClearOnFinish property when set to "True", should clear the line drawn over the DrawingView after the line is drawn. It seems this is not functioning with the...

bug
needs-reproduction
a/DrawingView

### Description of Bug ### Not sure if this is the full, final implementation yet because techinically this is a breaking change. The rotation of the image taken with `CameraView`...

### Description Recorded an audio file on the device using the [Plugin.AudioRecorder](https://github.com/NateRickard/Plugin.AudioRecorder). When trying to play it back it works on iOS but not on Android. ### Steps to Reproduce...

bug

### Description One the tablets crashed today after taking a picture with the CameraView. With the following error: CameraFragment.DisposeImageReader (): System.NullReferenceException: Object reference not set to an instance of an...

bug

If a page with a TabView has `NavigationPage.HasNavigationBar="False"`, after navigating to a page with NavigationPage.HasNavigationBar="True" and coming back there is some empty space at the bottom: Before navigating, the button...

bug
s/unverified
a/TabView