Loading extension doesn't seem to load javascript? #3392
-
I'm trying to load an extension referencing the example and it seems to load in (popup opens and everything) but it doesn't seem to fully load in everything. I think it's missing the extension's javascript & some other resources? Here's a comparison screenshot of the popup between CEFSharp & my actual browser (both are loading from the exact same folder on my computer): Any ideas what I might be missing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
CEF only supports a subset of the extension API. I expect the JavaScript has errors as it's accessing APIs that aren't implemented. Extension support is very limited, there is nothing I can do about that. See https://bitbucket.org/chromiumembedded/cef/issues/1947/add-support-for-chrome-extensions |
Beta Was this translation helpful? Give feedback.
CEF only supports a subset of the extension API. I expect the JavaScript has errors as it's accessing APIs that aren't implemented. Extension support is very limited, there is nothing I can do about that.
See https://bitbucket.org/chromiumembedded/cef/issues/1947/add-support-for-chrome-extensions