In my application, one of my pages consists solely of a WebView2. Navigating to the page resets the WebView2. Even with NavigationCacheMode set to required. So I put the WebView2 page into it s own persistent frame and manually hide and show the frame as the user navigates in the NavigationView.
The WebView2 no longer gets reset however the page transition doesn t run because I don t navigate to the frame.
Is there a way to manually run the page transition or is there an animation that achieves the same effect?