-
### Description
I see crashes with an `InvalidOperationException` on Android when using any of your controls in a MAUI app with shell tabs, whenever I switch the shell tabs to a page that contains …
-
SkiaSharp.Svg is deprecated and not being developed further. The last version is from 2018:
https://www.nuget.org/packages/SkiaSharp.Svg/#versions-body-tab
I recommend to replace it with https://g…
-
### Description
The `FreakyPicker` control seems to ignore the property `BackgroundColor` completely. There is no visual change if I add it.
I have only observed this on Android so far. Have not…
-
### Description
The default animation RotateTo method seems to be ignoring the AnchorX and AnchorY property when it's set to 0.5 by default and because of this, it performs a funny rotation on Androi…
-
Add a set of properties as in Entry or Picker
1. Add HorizontalTextAlignment
2. Add VerticalTextAlignment
3. Add FontAttributes
4. Add FontFamily
5. Add FontSize
6. Add TextTransform
It is …
-
### Description
On Android 12 (device i'm currently testing with), Android automatically puts focus on the first field on the page. This happens before the page is fully loaded/visible which preven…
-
### Description
1) When i use AppThemeBinding to apply light and dark mode to the FreakyTextInputLayout, it throws errors when switching between modes.
2) There is also an issue in OnOutlineTitl…
-
### Description
I'm getting the following error while testing the `` control:
> Exception thrown: 'Microsoft.Maui.Platform.HandlerNotFoundException' in Microsoft.Maui.dll
Handler not found for …
-
I'm getting the exact same error as described in this GitHub issue on the latest version
https://github.com/dotnet/maui/issues/17165
I'm testing it using a simulator running VS code on a Mac
…
-
### Description
So initially while I was creating my Custom Control I was facing an issue where the handlers were not calling the CreatePlatform method, I was able to solve that with some help from…