IMFJS

Results 16 comments of IMFJS

There are two related reasons for why I made it optional: First, to consider that some users might rely on the old behavior and changing the default would be a...

Precisely. Depending on the file type, we want to change the download path when a download occurs, before it starts. Because otherwise, the file name gets "polluted" with an index...

So I stumbled upon the HTTP-Response-Header [Content-Disposition](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition#directives) which optionally includes a "filename" directive that the [CoreWebView2DownloadOperation](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2downloadoperation?view=webview2-winrt-1.0.1938.49#contentdisposition) class exposes and is left unchanged even when the [ResultPath](https://learn.microsoft.com/en-us/microsoft-edge/webview2/reference/winrt/microsoft_web_webview2_core/corewebview2downloadstartingeventargs?view=webview2-winrt-1.0.1370.28#resultfilepath) property had been modified...

What we are doing is integrating our web product via WebView with our Windows editor for documents managed through the web product. We want to seamlessly download a document file...

I figured out why the DownloadStateChanged event did not fire: https://github.com/MicrosoftEdge/WebView2Feedback/issues/2180#issuecomment-2034332157 It would be nice if this unintuitive behavior could be changed or at least documented. But at least that...

Any update on this? It has been a year now and we would still like to see this feature before we can further commit to using WinRT in our product.

We are interested in this too, because we definitely do not want to see the user being able to mess with the DevTools within our app. We generally handle the...

We also see a similar issue: When canceling and then retrying a download, we can click on that download to open the file, but instead of the NewWindowRequested event being...

What is the current state of this? It appears that there is still no official documentation about this feature. It isn't even listed in [here](https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/webview-features-flags).

We also run into this issue with our application and had users complain about it. > @pushkin- You are commenting on something that is over a year old from my...