I am having some issues accessing the TargetUrl in the NewWindow event. I do not want to use the WebView that was created. Rather, I want to handle it myself by launching a browser outside of the windows application. This seems simple enough, but I'm finding that TargetUrl is sometimes blank inside of the NewWindow event. This doesn't happen in all cases.
In my case, if I open
http://www.epicor.com in an EO WebBrowser, and then click any of the social media links (linkedin, facebook, etc) in the top right corner, the TargetUrl in the NewWindow event is blank. I see that the facebook link is launched with this html: <a href="https://www.facebook.com/epicor" target="_blank">, which seems standard.
Is this expected behavior? Are there specific ways that a new window is launched that would cause this to happen? I've been able to get things working by opening a new popup window and using the WebView that was created, but I'd rather avoid this behavior.
We are at version 17.0.95.0. Thanks for any guidance.