Martinn2
Martinn2
**Description** Xamarin forms iOS app throws System.MissingMethodException when trying to call SKTextBlob.CreatePositioned. On android and windows it works fine **Code** SKTextBlob.CreatePositioned("aaaa",new SKFont(SKTypeface.CreateDefault()), new ReadOnlySpan(new SKPoint[]{ SKPoint.Empty }) ); **Basic Information**...
For me, one of the main reasons to do front end development in C# is the ability to share models (DTOs) between ASP.NET CORE API and UI. When using MVVM...
If user starts dragging on slider and then leaves the View, touch is ended. This is super annoying. It is probably caused by this: [issue](https://github.com/dotnet/maui/issues/12282)