Rowan Gray

Results 3 comments of Rowan Gray

I had the same issue and I found that using await Task.Delay(25) in the pressed event/command before changing the bound property made it work. If I had to guess, it...

Reposting this here. Originally posted in https://github.com/unoplatform/uno/issues/20273. --- The issue is caused by the arm64 libSkiaSharp.so binary not including DT_NEEDED entries for two required dependencies; * libuuid.so.1 (defines uuid_generate_random) *...

@Riton2013 see the workaround above if you are still having this issue.