Replies: 1 comment 3 replies
-
cc @dotMorten If you possibly have encountered the same issue. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project where we set:
and this line alone takes 500 ms. Profiling seems to reveal that there are things like:
I have no idea why
UpdateDragAndDropGestureRecognizers
takes 180 ms. That's really long. The method does not seem to do much.Do you guys have any idea how to debug it further? Or is MAUI for Windows that slow right now? Or can it be my mistake?
cc @jonathanpeppers @PureWeen
Beta Was this translation helpful? Give feedback.
All reactions