CommunityToolkit
CommunityToolkit copied to clipboard
The Official Docs for the Community Toolkits
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...
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...
### Type of issue Other (describe below) ### Description Clicking individual tabs on the within the 'Platform specific initialization' section does not work correctly.  ### Page URL https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/alerts/toast?tabs=tizen%2Cmacios%2Candroid ###...
### 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...
### 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...
### Type of issue Code doesn't work ### Description Failed to assign to property 'CommunityToolkit.WinUI.EnumValuesExtension.Type'. [Line: 117 Position: 39] " "
### 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.  ...
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...