WebView2 says: "Extensions are not enabled" #4793
Replies: 3 comments 1 reply
-
options6->put_AreBrowserExtensionsEnabled(TRUE) |
Beta Was this translation helpful? Give feedback.
-
Thanks. I still get the same result and message: 'Extensions are not enabled' |
Beta Was this translation helpful? Give feedback.
-
I had done just about that but changed the code to your example. Same result. I'm not using profiles in the rest of my code but I'm using tabs. Can that affect the outcome? |
Beta Was this translation helpful? Give feedback.
-
WebView2 replies with "Extensions are not enabled" when calling
profile7->AddBrowserExtension(extensionPath.c_str(), Callback( ....);
How can I enable extensions in WebView2?
Beta Was this translation helpful? Give feedback.
All reactions