David Risney
David Risney
https://msdn.microsoft.com/en-us/library/windows/apps/Hh780593.aspx On: CheckNetIsolation.exe LoopbackExempt –a –n=stocks_mw26f2swbd5nr Off: CheckNetIsolation.exe LoopbackExempt –d –n=stocks_mw26f2swbd5nr
[Clickable text is supported in WIndows Terminal now](https://t.co/hCRACFC7C9). I've made a PowerShell script (see [script gist](https://gist.github.com/david-risney/5af2d43f91a36c1b81c38e52c1bf7fda)) to apply it like Terminal-Icons and it works great.
I'm looking to move [my project](https://github.com/david-risney/WebView2Utilities) to use WPFUI and I too am running into this issue. Looks great otherwise though so really hoping to see resolution. I'll also try...
Looking forward to these ListView PRs showing up in a release! This is great, thank you!
> > Looking forward to these ListView PRs showing up in a release! This is great, thank you! > > Hey, already released in the version 3.0.3 I'm trying out...
I've opened a tracking bug for this. If it worked with the previous WebView1's WinRT projection we should look at supporting it for WebView2 - thanks!
Apologies, no good update yet. The WinRT API will be slow in this case at least because the byte array is in JS and the WinRT API is in the...
Yes it looks like there's still a part of the code trying to resolve the hostname. Good bug thanks! If you pick a name that causes hostname resolution to just...
The SetVirtualHostName and file: URIs are handled by the browser process. The WebResourceRequested event raises its event to you on the WebView2 UI thread in your host app. This means...
Thanks for the easy steps to reproduce the bug via the sample app! This is a good bug, thanks for reporting. I've opened an issue and we will look into...