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.

Strange behaviour

User avatar
salvadordf
Posts: 4042
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Strange behaviour

Post by salvadordf »

I've been browsing facebook for 30 minutes with the MiniBrowser demo.
I played a game, liked some publications, commented, clicked on some ads, played some videos, etc...

All I saw was a few popup windows generated automatically by CEF because MiniBrowser doesn't block any popup window.
It didn't open the system web browsers at any time.

Please, try to add some logs in your application with the details of the TChromium event that is triggered and the URL if available. If a user sees one of those URLs in the system browser tell him/her to close the application and send you the log.

Check the code in the TChromium.OnBeforePopup or TChromium.OnOpenUrlFromTab events. They should not try to open the URLs using system calls like "ShellExecute".

Search "CreateProcess" and "ShellExecute" in your application and make sure that those functions never use a URL as a parameter.
Post Reply