unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
9.04k stars 734 forks source link

[iOS] There is a small delay when changing PathIcon #10090

Open mcocaroUX opened 2 years ago

mcocaroUX commented 2 years ago

Current behavior

We are using buttons to reorder a list. The button content is a PathIcon with a converter to change its color depending on IsEnabled. On the list top button has the move up button disabled and the bottom move down is disabled. When moving items seems theres a small delay when changing PathIcon color

order flickr

Expected behavior

As item gets moved, PathIcon color should change color at the same time the button gets disabled

How to reproduce it (as minimally and precisely as possible)

-Run app on iOS -Use arrows to move items

Notice how arrows flickr

Repro.zip

Workaround

-

Works on UWP/WinUI

Yes

Environment

No response

NuGet package version(s)

No response

Affected platforms

iOS

IDE

Visual Studio 2022

IDE version

No response

Relevant plugins

No response

Anything else we need to know?

No response

jeromelaban commented 2 years ago

It is likely that the change is dispatched on the UI thread, cause this visible delay @dr1rrb