CommunityToolkit icon indicating copy to clipboard operation
CommunityToolkit copied to clipboard

The Official Docs for the Community Toolkits

Results 116 CommunityToolkit issues
Sort by recently updated
recently updated
newest added

Documentacion de ColorToHexRgbaStringConverter

### Type of issue Other (describe below) ### Description The note that says "This will not change the resolution displayed in the preview from the camera.", is incorrect, since in...

Pri1
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

Add support for Subtitles to Media Element. API: ```csharp /// /// Backing store for the property. /// public static readonly BindableProperty ParserProperty = BindableProperty.Create(nameof(CustomSubtitleParser), typeof(IParser), typeof(MediaElement), null); /// /// Backing...

maui

Update for PR: https://github.com/CommunityToolkit/Maui/pull/2041

maui

### Type of issue Other (describe below) ### Description Clicking individual tabs on the within the 'Platform specific initialization' section does not work correctly. ![firefox_2024-07-04_08-47-01](https://github.com/MicrosoftDocs/CommunityToolkit/assets/5895972/7eddecdc-1a9d-49bd-83e9-d6f0aaffb8ee) ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/alerts/toast?tabs=tizen%2Cmacios%2Candroid ###...

Pri1
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

### Type of issue Typo ### Description At the moment I have no idea how this layout works. There are no images. The documentation points to a sample application. There...

Pri2
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

### Type of issue Code doesn't work ### Description The `DynamicResources` code sample is incorrect. Here is the updated code sample, it's a **Tuple**, so it should be enclosed within...

Pri2
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

### Type of issue Code doesn't work ### Description Failed to assign to property 'CommunityToolkit.WinUI.EnumValuesExtension.Type'. [Line: 117 Position: 39] " "

Pri3

### Type of issue Other (describe below) ### Description Selecting different tabs (initialization and/or app preview) sometimes breaks the view. Either locking tab selection or showing both/all options. ![image](https://github.com/MicrosoftDocs/CommunityToolkit/assets/6512079/fba6db4a-eb34-4018-8363-6646e365a66e) ![image](https://github.com/MicrosoftDocs/CommunityToolkit/assets/6512079/27936500-8c19-4f0f-81e7-08483d4329a0)...

Pri1
dotnet-communitytoolkit/svc
dotnet-maui-community-toolkit/subsvc

Regarding PR https://github.com/CommunityToolkit/Maui/pull/2260 Updated .gitignore to ignore the .vs directory used by Visual Studio. Expanded MediaElement.md with detailed instructions for editing the Info.plist file to support multiple scenes in Mac...

maui