Hi @Hong , thank you for your update! I'm glad you finally identified the cause of the issue.
After some research, I found that the stable version of SkiaSharp
for UWP is below 3.0, as newer versions have commonly been reported to cause errors. I highly recommend using an older version of SkiaSharp
for better compatibility (2.88.9).
It is because the recent versions of SkiaSharp
shifted its focus toward platforms like .NET 6+, WinUI 3 and MAUI. You can also read here for more information!
If you have any questions, feel free to ask. Thank you!