Relative Content

Tag Archive for c#winui-3webview2

How to change the parent window of a CoreWebview2 in winui 3

I am working on WindowsAppSDK(winui3) 1.6 . Which should be able to configure the enviorment of webview2 according to Microsoft learn. I have to change the parent window of the Webview2 that I already created because I did something like “drop the tab outside of the current window to create a new window.” like this:

Persist WebView2 states

How can I persist the state of the WebView2 using WinUI? On Android they have those saveState and restoreState methods for instance.
Basically I want to save the state of the WebView to be able to restore it next time the user starts the application.

Persist WebView2 states

How can I persist the state of the WebView2 using WinUI? On Android they have those saveState and restoreState methods for instance.
Basically I want to save the state of the WebView to be able to restore it next time the user starts the application.