Page 1 of 1

Re: Loading local images

Posted: Fri Aug 24, 2018 7:54 am
by salvadordf
Hi,

Use the SchemeRegistrationBrowser demo as a template for your app.
There are some limitations when you load local resources that can be avoided registering a scheme.

Re: Loading local images

Posted: Sat Oct 27, 2018 4:19 pm
by salvadordf
The CEF's project maintainer sometimes recommends to register the HTTP protocol instead of creating a custom scheme like "hello".
https://magpcss.org/ceforum/viewtopic.p ... 609#p38612
https://www.briskbard.com/forum/viewtopic.php?f=8&t=574

Perhaps there's an issue loading CSS and JavaScript resources.