Page 1 of 1

pop ups blocked natively?

Posted: Sat Oct 26, 2024 9:13 pm
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!

Re: pop ups blocked natively?

Posted: Sun Oct 27, 2024 10:39 am
by salvadordf
Hi,

Perhaps Chromium has changed the policy to allow popup windows.

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