Verel Pode
Verel Pode
Me too! Although [Windows.UI.Xaml.Controls.WebView.ClearTemporaryWebDataAsync](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.webview.cleartemporarywebdataasync) exists, this `ClearTemporaryWebDataAsync` method doesn't exist in [Microsoft.Toolkit.Wpf.UI.Controls.WebView](https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.wpf.ui.controls.webview) nor in [Windows.Web.UI.Interop.WebViewControl](https://docs.microsoft.com/en-us/uwp/api/windows.web.ui.interop.webviewcontrol). However, `ClearTemporaryWebDataAsync` is a static method therefore could be invoked anyway. Is it acceptable/compatible to...
### InPrivate mode to support multi-user scenarios: It would be very useful if WebView (both `Microsoft.Toolkit.Wpf.UI.Controls.WebView` and `Windows.UI.Xaml.Controls.WebView`) supported a mode equivalent to the **InPrivate** mode in the full MS...
I investigated further. An exception is thrown when I try to invoke the static method `Windows.UI.Xaml.Controls.WebView.ClearTemporaryWebDataAsync` in my test WPF app that uses `Microsoft.Toolkit.Wpf.UI.Controls.WebView`. Does a workaround exist? > System.Exception...
I agree, need zoom ability in the same manner as in the full MS Edge app. Presumably the [Windows.Web.UI.Interop.WebViewControl.Scale](https://docs.microsoft.com/en-us/uwp/api/windows.web.ui.interop.webviewcontrol.scale#Windows_Web_UI_Interop_WebViewControl_Scale) property should be used to implement a zoom in/out feature the...
Hi @korasoftware, I have the same issue/question. I've posted more info in [my message in #33](https://github.com/windows-toolkit/Microsoft.Toolkit.Win32/issues/33#issuecomment-517947593).
## Using RESX without WinForms Related to this .resx issue, it would be great if the .resx Designer/GUI could be updated/modernized to stop producing WinForms references when a .resx file...
@joeante wrote: > The referenced data is allocated from C++ via malloc. If you're willing to switch over from malloc to allocating your structs in large C# arrays, then you...
My understanding is that overlapping/floating windows were deliberately excluded from UWP because they are considered to be an obsolete GUI design, and they are incompatible with the "U" in UWP....
@JohnF38 -- I'm glad to hear that you found my analysis helpful. > Since you're obviously an expert (and I'm not ;) ) , I have to agree with your...
Questions for Microsoft staff in relation to alternatives to floating/overlapping windows: **ApplicationView:** Why do [ApplicationView's](https://docs.microsoft.com/en-us/windows/uwp/design/layout/show-multiple-views) force the use of a separate Dispatcher/thread? Creating a second or third Dispatcher only makes...