Sebastien Pouliot
Sebastien Pouliot
It seems that the error message is gone in latest Windows 11 bits but uno-check loops back on the check after the fix is done ``` > Windows Hyper-V Checkup...
You can detect rosetta translation using this code https://github.com/xamarin/xamarin-macios/pull/9972/files#diff-ace43dcd3a57b49dc3ac34fae417ce7a5c57941dd75e4601f3a2a2e6f2d8e2b9R111
Weird, it's like something is not aware of (all?) the resizing. > I don't know if it is related with the library, skia or Uno. If it's fine with Windows...
I can confirm that the provided code has issues with Catalyst (similar to the original video) but works fine on desktop/macOS. OTOH the livechart looked good to me.
Thanks, I'll follow up on that issue for the graph. It seems, at least partially, related to the animation and a later redraw makes it look good (but with a...
# Same app/code running side-by-side on macOS ## `net8.0-desktop` on the left side * Looks fine ## `net8.0-maccatalyst` on the right side ### Resize Issue * Looks smaller. In the...
## Origin Resize Issue After some resizing the catalyst app (right) can have a grey bar (incorrect origin?) at the top of the window too. ## Variable Right Grey Band...
The main issue (resize) seems related to the `NavigationView` and how it adapts the sizes of its parts depending on the conditions (width and height). It has some iOS specific...
@ArchieCoder just back home, I forwarded your email w/attachment to @ajpinedam
> should this be handled in the LiveCharts side? @beto-rodriguez No. The Mac backend should behave identically with the others. If it does not it's a bug :) I suspect...