Hello
This issue could be reproduced in my side.
And reported in the github:Screenshot capture does not work for Blazor MAUI #9718
.
this appears to be an issue with WebView2 in WinUI, so PG logged this issue: MicrosoftEdge/WebView2Feedback#2799
You can track this issue with above link.
If you want to take a screenshot for windows in MAUI Blazor application.
You can use Process.Start to ` new ProcessStartInfo
{
FileName = "SnippingTool.exe",
UseShellExecute = true
});` to open the SnippingTool.exe.
Best Regards,
Leon Lu
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.