Replies: 1 comment
-
Hello dear WebView2-Team and community. I'm still wondering on how to pass the chromium flags
as additional browser arguments to the WebView2 control. Any idea? Best regards, |
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.
-
Hello dear WebView2-Team and community.
I'm trying to apply the RTL reading mode for my WebView2 MFC application.
Of course I could add dir=rtl attribute to the html tag.
But I'd rather go with some chromium flags specifically added for this purpose. These flags are:
I tried to add these as additional browser arguments like so (C++ code)
Unfortunatly this is doesn't change a thing. Using colon instand of equal sign doesn't help either.
Is this approach (Options.AdditionalBrowserArguments) the correct way to achive RTL direction?
Or am I doing something wrong?
Many thanks for looking into this.
Best regards,
Sascha
Beta Was this translation helpful? Give feedback.
All reactions