Radzen not loading on chromium 79

Hi Everyone, Currently I am testing with a Radzen blazor project on a tv with chromium 79. We noticed that the javascript is not loading correctly. The same happens with the main website.

Anyone knows how to fix this?

Hi @Jeroen_oosterom,

The JavaScript errors seem to be in Blazor itself (blazor.web.js). Probably Chromium 79 doesn't meet the minimum browser version requirements.

Thanks, i just noticed it has nothing to do with Radzen!

I turns out the issue was not related to the error in the screenshot. With the update of Radzen V5 it was migrated to use CCS classes like inset-block-start and the new ways of defining paddings/margins and those are not supported in older chromium versions. That was causing some really weird behaviors in the older browsers.

So it looks like we have to create a @supports scenario for all these cases to make sure that if the css property is not supported we set the values the old way.

Anyway, thanks for the support!