You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #179 from MicrosoftEdge/user/pieths-ms/fix_wv2_uwp_sample_app_warnings_and_child_process_destruction
Dispose of unnecessary WebView2 resources when navigating between pages in the WebView2 UWP sample app.
In the WebView2 UWP sample app, when navigating between pages, the garbage collector takes a long time to activate and does not remove WebView2 resources in a reasonable amount of time. This leaves behind all the render processes and other resources which can bog down low memory systems. This PR "closes" all WebView controls which are on a page that is being unloaded and thus releases all significant resources which are used by those controls.
0 commit comments