Page 1 of 1

Youtube rendern

Posted: Sun Mar 08, 2020 1:30 pm
by SafirEar
Hello!

First thank you for great job!

accidentally discovered that when you visit YouTube (cefclinet or MiniBrowser ), the page does not display correctly. But in the browser the briskboard is ok. Tell me what is the reason? Need to enable some options?

I use custom build with codec support and original CEF builds

Re: Youtube rendern

Posted: Sun Mar 08, 2020 2:21 pm
by salvadordf
Hi,

The latest CEF binaries have a known issue with YouTube.

To fix it you can use a different user agent string or add this line before the GlobalCEFApp.StartMainProcess in the DPR file :

Code: Select all

GlobalCEFApp.EnableBlinkFeatures := 'HTMLImports';
Read this for more information :
https://magpcss.org/ceforum/viewtopic.php?f=6&t=17412

Re: Youtube rendern

Posted: Mon Mar 09, 2020 1:25 pm
by SafirEar
Hello! Thank you! Hope they fix lib ))