Replies: 1 comment
-
Here is some sample code which might help setting up your options.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to use Webview2‘s C API. Thanks to #1124 I have been able to display the browser window. However, I am having a struggle to set
AdditionalBrowserArguments
for"--enable-features=msWebView2EnableDraggableRegions"
(usingCreateCoreWebView2EnvironmentWithOptions
) even after consulting #3605, #2243 and #286.Here is a pseudo code of what I did:
This causes access violation. Please note that if I replace
&envOptions
with null the window opens but obviously without anyAdditionalBrowserArguments
.Here are my questions:
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions