Page 1 of 1

Compatibility of Cef version with angular versions

PostPosted: Thu Jul 07, 2022 6:59 am
by syed
Hi,

We have customers who are using our older version of our product which is using Cef version 57.
Our recent released versions of the products have upgraded to Cef version 84. We have an angular cloud application which is kind of common for all our released products.

We are now upgrading our angular cloud component from angular 10 to angular 13. When we are doing the backward compatibility test we see angular cloud application is not loading on product version which has cef version 57. It works fine on products with Cef version 84.

We further tested this by downgrading the angular version to 12 and works fine on both Cef 57 and 84.

Do we have any compatibility issues with Cef version 57 and angular 13 ? if yes. Do we have any solution \ workarounds ?

Thanks
Syed

Re: Compatibility of Cef version with angular versions

PostPosted: Tue Jul 12, 2022 2:45 pm
by amaitland
The newer version of angular is likely incompatible with the old version of Chrome.

You'd have to debug yourself to determine the actual problem.

Unlikely this is anything CEF specific, likely the same version of Chromium would exhibit the same behaviour.