SureshkPerumal

Results 10 comments of SureshkPerumal

@champnic , We do have similar requirement in our WPF application to cancel webpage navigation based on post data value. in IE we can access postdata in below event. onBeforeNavigate2(object...

Hi @champnic , Is there any update on this feature request? when it will be added to webview2 Thanks

@champnic , Is there any update on the release date for the fix? thanks

@champnic , Tried using it in NavigationStarting but its not proper user experience as its try to bring popup for each internal url navigation. Try below html code.in chrome/edge browser...

@champnic , We handled NewWindowRequested ,In NewWindowRequested event we will open wpf window which have webview2 instance from NewWindowRequested event. Issue is NewWindowRequested invoked only once. we have no control...

Hi @champnic, Is there any change went in webview2 runtime 100.0.1185.29 for setting focus to popup window? popup windows gets activated and working as expected after upgrading to above runtime....

@champnic , Is this issue is addressed? we are still having this issue.

@Suresh-BabuLV , Still have the issue. Able to recreate in below environment. Runtime:110.0.1587.69 sdk:1.0.1462.37 Fix is in runtime or in SDK? Can you please try below html in webview2 sample?...

@champnic, We are opening wpf screen in newwindow requested event and load the page. We have a control only for very first navigation. When we click the successive link we...

> @SureshkPerumal I just tried your HTML code in a WPF app and see the correct behavior, with the popup coming to foreground after clicking each button. Do you want...