AlohaKit.Controls icon indicating copy to clipboard operation
AlohaKit.Controls copied to clipboard

A set of .NET MAUI drawn controls.

Results 22 AlohaKit.Controls issues
Sort by recently updated
recently updated
newest added

Can these please be switched to use interfaces, and Handlers so they can be used in Comet?

enhancement

In Android if you can move the slider if you initially touch it with your finger it allows you to continue moving it even if you move your finger away...

bug

Steps to repro: - navigate to the src folder - run ```dotnet build -t:Run -f net6.0-maccatalyst``` ```/usr/local/share/dotnet/packs/Microsoft.Android.Sdk.Darwin/32.0.448/tools/Xamarin.Android.Common.targets(3,3): Error XALNS7028: System.IO.FileNotFoundException: Could not load assembly 'Microsoft.Maui.Graphics, Version=1.0.0.0, Culture=neutral, PublicKeyToken='. Perhaps it...

Is Net8 on the roadmap?

Updated to .NET 8

Hello I would like to use AlohaKit but I am not able to compile the project. I tried manually upgrading to .net 8 but ran into several different issues. Could...

like sample set all chartitem.value = 0 , app will crash ObservableCollection _chartCollection = new ObservableCollection() { {new ChartItem(){ Value= 0, Label = "a"}}, {new ChartItem(){ Value= 0, Label =...

bug

Trying to implement a bar chart in MAUI app and seems working fine in android but footer label is not visible in iOS. Tried to set/ change FooterLabelsFontColor as well.

bug

Allow to choose if use native drawn APIs or SkiaSharp to draw in AlohaKit UI.

I came to use your customized version of the ToggleSwitch because the standard .NET MAUI Switch was not meeting my needs. Your drawn-control version seemed easy enough to modify to...