MartyIX
MartyIX
> i'm facing the exact same problem You can try the latest [MAUI nightly build](https://github.com/dotnet/maui/wiki/Nightly-Builds) to test if the issue is fixed for you or not.
> @MartyIX Sorry i'm not familiar with Nightly Builds, do i need to add some configuration in my project or something? Hey, it's described in the link I posted. Basically,...
It sounds you are doing the correct thing and the only missing part is that you need to set `https://pkgs.dev.azure.com/xamarin/public/_packaging/maui-nightly/nuget/v3/index.json` in your `NuGet.config` file (see an example of such file...
Happy to hear that :)
> Will this make it in to the next bug fix release of Maui? The next one is .NET 8 Service Release 1 (SR1) and that one is IMHO [finished](https://github.com/orgs/dotnet/projects/194/views/17)...
@AathifMahir Hard for me to tell, it looks like this on macOS (maccatalyst): and it does nothing. It seems like it's completely broken.
What performance improvement can this bring? Is there at least a ballpark estimate?
> Span should be an Element or View. Span is `Element`. However, an exception `Microsoft.Maui.Platform.HandlerNotFoundException: 'Handler not found for view Microsoft.Maui.Controls.Span.'` is thrown here: ```cs public static void SetHoverCursor(this Element...
My XAML looks like this: ```xaml ``` So maybe that `utils:CursorBehavior.Cursor="PointingHand"` is executed "too soon" because that label is not materialized yet.. I don't really know.