Page 2 of 2

Re: Browser Behavior

Posted: Fri May 19, 2023 1:04 pm
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.)