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
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.
Youtube rendern
Youtube rendern
You do not have the required permissions to view the files attached to this post.
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Youtube rendern
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 :
Read this for more information :
https://magpcss.org/ceforum/viewtopic.php?f=6&t=17412
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';
https://magpcss.org/ceforum/viewtopic.php?f=6&t=17412
Re: Youtube rendern
Hello! Thank you! Hope they fix lib ))