lflores-ms
lflores-ms
Hi @zprettytext, It's hard to tell what happened here from just the stack. It could be the system ran out of memory or something in WebView library. How often does...
Hi @MasterCodeIT, Can you check that the following assemblies are included in your build output? ``` WebView2Loader.dll Microsoft.Web.WebView2.Core.dll Microsoft.Web.WebView2.WinForms.dll ``` These assemblies must be located under the same directory as...
Closing on lack of activity. Please reopen with further details if this is still an issue.
Hi @erovas, Thanks for your report! Would you please give a bit more info: **Versions** * What version of the SDK are you using? * What is the version of...
@erovas just to clarify, are you saying that the second issue is actually working as expected? I have opened a bug on our end for the first issue. We will...
Hi @ray007, This is a crash in the app process, not the runtime, so dumps won't be in User Data Folder. Can you provide either of the following? * (preferred)...
Hi @edhgoose, thanks for your feedback. The embeddee is notified of violations through [Reporting API](https://developer.mozilla.org/en-US/docs/Web/API/Reporting_API). The [Document Policy explainer](https://github.com/WICG/document-policy/blob/main/document-policy-explainer.md) doesn't specify the report object, but the [Chromium implementation](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/document_policy_violation_report_body.h?q=document_policy_violation_report_body.h) currently includes...
@RSN1907 please upload them wherever you prefer and share at Also, does your app deal with COM? If there are calls to CoUninitialize, that might interefere with WebView creation. Have...
Thank you for your comment. The use case where we think this would be most valuable is for top-level documents requiring the policy on embedded frames. For example, apps which...
Thanks for your input. This is something we are aware of. Our current thinking is that there would need to be some level of coordination between the two parties to...