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.
pop ups blocked natively?
pop ups blocked natively?
I have an application that browses a website that opens a popup, from this popup I get information to continue browsing, I updated to the latest version of CEF and now the popups are no longer opened automatically, and it does not call the BeforePopup event, is it some configuration? How can I enable popups to be opened in CEF4? Thank you in advance!
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: pop ups blocked natively?
Hi,
Perhaps Chromium has changed the policy to allow popup windows.
Try setting GlobalCEFApp.DisablePopupBlocking to TRUE before the GlobalCEFApp.StartMainProcess call.
Perhaps Chromium has changed the policy to allow popup windows.
Try setting GlobalCEFApp.DisablePopupBlocking to TRUE before the GlobalCEFApp.StartMainProcess call.