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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Loading local images

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Loading local images

Post 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.
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Loading local images

Post 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.
Post Reply