Verel Pode

Results 48 comments of Verel Pode

This audio session ownership issue is also a problem in our environment. Ideally Win32WebViewHost shouldn't appear in the system sound mixer window, but if that's too difficult to fix, then...

Another question is which `WebViewPermissionType` should be reported in the case of the microphone, and I believe the answer is `Windows.UI.Xaml.Controls.WebViewPermissionType.Media`. Unfortunately `WebViewPermissionType.Media` is ambiguously/vaguely named and the documentation says...

I was able to reproduce this bug when testing with package 6.0.0-preview7.1 and W10 version 1903 (build 18362.295). I noticed that the WWAHost process is only left running when the...

I can't determine whether the following bug in 6.0.0-preview7 is fundamentally the same issue as @shankslouis reported, but it seems related at least. There is something strange going on with...

You can use [Microsoft SysInternals Desktops v2.0](https://docs.microsoft.com/en-us/sysinternals/downloads/desktops) in order to help test and debug the behavior of WebView with non-default desktops. SysInternals Desktops invokes the Win32 [CreateDesktop](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-createdesktopw) and [SwitchDesktop](https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-switchdesktop) functions....

@michael-hawker -- May I assist with the debugging of this problem like how I assisted with #8 ? This problem (re explorer.exe) is a _major_ problem for us -- a...

When WebView crashes when explorer.exe is not running, the following event is visible via Event Viewer: ``` Faulting application name: TestWebView-Wpf.exe, version: 1.0.0.0, time stamp: 0x8ff28518 Faulting module name: EdgeManager.dll,...

For comparison between WPF and UWP versions of WebView, I tested the UWP version of WebView (with `WebViewExecutionMode.SeparateProcess`) when explorer.exe is not running, and it doesn't crash like WPF WebView....

@michael-hawker -- Much appreciated! Does there exist any way to use WebView in WPF with `WebViewExecutionMode.SeparateThread` instead of `WebViewExecutionMode.SeparateProcess`? On one hand, the SeparateProcess mode is impressive and I love...

The issue of temporary/session cookies complicates the file download issue. On one hand, it can be said that you can download the files by using `Windows.Web.Http.HttpClient` or `System.Net.Http.HttpClient` in conjunction...