-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Windows] Make WebView.CaptureAsync()
work
#23474
[Windows] Make WebView.CaptureAsync()
work
#23474
Conversation
src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue14825.cs
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
c409e47
to
ed308db
Compare
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
Azure Pipelines successfully started running 3 pipeline(s). |
I think we need to update the snapshot here? What is the status here anyway @MartyIX ? I see something with the density and things still? |
Yes. However, at the moment, my Internet access is inversely related to the nice weather of the place I'm at. 🏖️ I can do it next week.
I think that two actions are needed here (in that order):
|
OK! Enjoy the vacation! Let me know when this is ready to go! 😄 |
This reverts commit 07a015a.
1977203
to
e9c1eca
Compare
@jfversluis I rebased and reverted the latest commit. My hope is that CI runs with a machine that does not have any display scaling (it's a different/harder bug than this one and I think it should be fixed separately). Unfortunately, there was no snapshot for me to copy here. Hopefully, it will be generated with a next CI run. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking very good.
This reverts commit 607d38b.
I added the generated snapshot. Hopefully, it will pass it with now. |
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@mattleibow Test failures look unrelated (?) |
All tests passed :) |
Description of Change
The PR is inspired by #14825 (comment) comment and https://github.com/jfversluis/MauiWindowsWebViewScreenshotSample repo.
Demo
Issues Fixed
Fixes #14825