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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

pop ups blocked natively?

Post Reply
darkducke
Posts: 23
Joined: Thu Feb 15, 2018 4:29 pm

pop ups blocked natively?

Post by darkducke »

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!
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: pop ups blocked natively?

Post by salvadordf »

Hi,

Perhaps Chromium has changed the policy to allow popup windows.

Try setting GlobalCEFApp.DisablePopupBlocking to TRUE before the GlobalCEFApp.StartMainProcess call.
Post Reply