robloo

Results 191 comments of robloo

I couldn't find a `RelativeSize` type, but the `RelativeRect` type should work for this. That would allow a single property and both relative/absolute size as mentioned. There are some downsides:...

Well, it's probably best to just finish this up without the inner radius functionality. That can always be added back as a non-breaking change once the API is settled. There...

@maxkatz6 Are you ok with the properties for the arc in `Sector` being different than in `Arc`? That still doesn't seem right to me and I would standardize that at...

This might be an Android-specific issue. I also have seen poor performance with Xamarin and Uno Platform on Android as well. It's a difficult platform it seems. However, it's generally...

Yea, Xamarin.Forms performance will always be a bit better since it is simply mapping to native controls instead of running a full UI framework (not to mentioned Microsoft owns Xamarin...

@ili It sounds like we are saying very similar things. I wouldn't say what I said was incorrect. I also know the issue is with .net on Android and is...

Nice find! The fact that Avalonia and Uno are already rows in the tables is very promising.

jsuarezruiz Repository was just taken offline or made private... Hopefully it wasn't done for commercial reasons but that would be typical Microsoft.

10 seconds to load a calendar!? That's much worse than expected. Uno has significantly better performance in that control and the underlying UI elements are native Android control primitives (so...

@maxkatz6 For the Calendar specifically, UWP version probably had lots of architecture changes and optimizations compared to WPF. That might be part of the problem here. The Uno team got...