Hello.
There is popup on the site and when I try to open it via CEF a got "about:blank#blocked" in targetUrl of OnBeforePopup event. I think CEF block this popup. How can I fix it?
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Popup about:blank#blocked
- salvadordf
- Posts: 4565
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Popup about:blank#blocked
Hi,
If that popup is loading a page from a local file then read this thread :
https://www.briskbard.com/forum/viewtopic.php?t=773
Or perhaps this is what's happening :
https://bitbucket.org/chromiumembedded/ ... wrong-page
If that popup is loading a page from a local file then read this thread :
https://www.briskbard.com/forum/viewtopic.php?t=773
Or perhaps this is what's happening :
https://bitbucket.org/chromiumembedded/ ... wrong-page
Re: Popup about:blank#blocked
I found the reason: website JS create new popup window with blank URL and manipulate with location later.