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.

WebView Extensions Source

Post Reply
sodlf159
Posts: 90
Joined: Thu Nov 09, 2023 1:55 pm

WebView Extensions Source

Post by sodlf159 »

GlobalWebView2Loader.AreBrowserExtensionsEnabled := True;
GlobalWebView2Loader.AdditionalBrowserArguments := '--enable-features=msExtensionService';
GlobalWebView2Loader.AdditionalBrowserArguments := '--load-extension=C:\MyTrace'; // Extensions Source
Post Reply