Cutom cursor
eduardoagr opened this issue · 4 comments
eduardoagr commented
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
MartyIX commented
The URL is somehow broken IMO.
eduardoagr commented
Sorry about that, I used GitHub URL, that somehow broke it
VladislavAntonyuk commented
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.
VladislavAntonyuk commented
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"/>