How to intercept and open a given url in a new window
Posted: Wed Apr 05, 2023 10:51 am
I need to check if the browser will navigate to the url ""https://www.example.com" and make it open in another CEFWindowParent that I have in the form maintaining the user session and canceling the current browser navigation, keeping on the same page.
I checked that there are "OnBeforeBrowse" and "OnBeforeResourceLoad" events. My question is, which of these should I use and how to share the user session logged in Browser1 to Browser2
Thanks a lot for any help!
I checked that there are "OnBeforeBrowse" and "OnBeforeResourceLoad" events. My question is, which of these should I use and how to share the user session logged in Browser1 to Browser2
Thanks a lot for any help!