VladislavAntonyuk/MauiSamples

Cutom cursor

eduardoagr opened this issue · 4 comments

Let me tell you that I admire you.
Glory to Ukraine, stay strong.

tried out the custom cursor in my project., but it doesn't work the first time.

https://reccloud.com/u/h6960fq

can you help me

The URL is somehow broken IMO.

Sorry about that, I used GitHub URL, that somehow broke it

https://reccloud.com/u/h6960fq

Thank you @eduardoagr
Maybe the event is not triggered on the first pointed event.
If possible could you create a small reproduction project on github? It will be much easier to reproduce and resolve the issue.

the suggestion for you is not set it on hover (because cursor is not changed immediately after set), but on initialization, since you know the expected cursor for this control.

<Label
	mauiCursor:CursorBehavior.Cursor="IBeam"/>