Suresh-BabuLV

Results 2 comments of Suresh-BabuLV

@champnic , I have download and Installed the webview2 runtime version 101.0.1210.39 but still that Popup window is opened the behind the main window not focused actively. need to see...

Hi @SureshkPerumal, yes, this issue is fixed on 110.0.1587.63 version. Here the following code webview2.CoreWebView2Initialized += webview2_CoreWebView2Initialized; need to do webview2 initialized. private void webview2_CoreWebView2Initialized(Microsoft.UI.Xaml.Controls.WebView2 sender, Microsoft.UI.Xaml.Controls.CoreWebView2InitializedEventArgs args) { sender.CoreWebView2.NewWindowRequested...