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

### Description When using a TabView with TabItemsSource, several TabViewItem properties are never used, for example TextColorSelected. The reason for this issue seems to be that `TabViewItem.IsSelected` is never set...

bug

### Description `TouchEffect.NativeAnimation` prevents tap to be passed to child elements (see gifs bellow) ### Stack Trace N/A ### Link to Reproduction Sample ### Steps to Reproduce 1. Add `NativeAnimation`...

bug

### Description TabView inside a Grid Layout doesn't auto fit the content in iOS, few items are cutting off from beginning off the content as well. ### Steps to Reproduce...

bug

### Description Adding TouchEffect LongPress on a CollectionView breaks the functionality of the ObservableCollection bound to SelectedItems. Perhaps this is linked to #760. ### Steps to Reproduce 1. Open and...

bug
s/unverified

### Description when using the Translate XAML extension and the resource key is missing from the resources file, the extension will throw an exception that causes the app to crash...

bug

### Description TabView does not initialize BindingContext on custom controls correctly. Weirdly, it works when wrapping it in an additional standard control. See sample repository: https://github.com/Hottemax/XamarinTabViewBug ```xml ``` ### Steps...

bug
s/unverified

### Description [Bug] MediaElement for UWP is broken in Xamarin Community Toolkit 1.1 ### Steps to Reproduce 1. Try the below MainPage.xaml file that contains a MediaElement Tag (set the...

bug
UWP
a/MediaElement
needs-reproduction

### Description I would like to have a chance preselect different TabItem than the first on when navigate to page with TabView. Unfortunately, it doesn't work when you bind SelectedIndex...

bug
s/unverified

I would like to Enable/Disable certain Tabs I mean not their Content but that the user is not allowed to switch to this Tab at all.

enhancement
feature-request
a/TabView

when i add this code as an exemple ` .....` i can't scroll to the last label but work fine in the listview or carousel view ### Description ### Stack...

bug