cesarchefinho

Results 22 comments of cesarchefinho

> The `HttpClientHandler` stopped working with .net 6 Android. It is now required to opt-out of the `AndroidMessageHandler` on a project-level. I reported this issue the Microsoft here: [xamarin/xamarin-android#7291](https://github.com/xamarin/xamarin-android/issues/7291) can...

The problem is that uint32 999 is a number for current ecmascript and previous code that expect number will be broken.

> WinUI is out of scope at the moment as the docs so far focus on 1. WPF vs. UWP and 2. Cross-platform XAML. Winui is near identical to UWP...

> Well, it's mostly out of scope just due to the amount of time I have. But there are more differences between WinUI and UWP than Microsoft publicly states. Some...

but what about an benchmark comparing uno X avalonia X maui on Android, like https://github.com/Noemata/XamlBenchmark ( UWP x64 8 core) Elapsed: 11151 ms, Passes: 1200 ( WPF x64 8 core)...

I solve this bug with an xaml extension to bind XAML to an string index property without c# interface see https://github.com/CommunityToolkit/Labs-Windows/issues/236 If microsoft aprove the spec i will submit the...

Look material.avalonia, they have InnerLeft on textbox that works with binding

I am trying maskedtextbox extensions from microsoft tollkit ported to uno but it is buggy in android and not working. On windows it work ok.

i only curious about Noemata/XamlBenchmark but the probldm is that it dont have performance data of uno on android, ios, avalonia and maui, etc...

a better aproach to support an responsive ui in avalonia is port Autolayout control ideas from uno toolkit and Figma Figma: https://help.figma.com/hc/en-us/articles/5731482952599-Using-auto-layout Uno: https://github.com/unoplatform/uno.toolkit.ui ai repeat @robloo speeaks "However, I'm...