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.

Browser Behavior

dilfich
Posts: 330
Joined: Thu Nov 30, 2017 1:17 am

Re: Browser Behavior

Post by dilfich »

The problem with simple transitions loadUrl was solved quite simply if you disable isolation.

Code: Select all

GlobalCEFApp.DisableSiteIsolationTrials:= True;
The browser behavior is adequate.

But this is not a solution to the problem, if you work with Google's site, it will detect this functionality and limit the browser's operation.

Well, the biggest problem with the isolation enabled (DisableSiteIsolationTrials:= false) is that with a lot of transitions (loadUrl), Windows starts to fail.
(And not only at the same time, but in general. at least one at a time, but many times.)
Post Reply