WebView Extensions with Buttons #5270
Unanswered
markusschaber
asked this question in
Q&A
Replies: 0 comments
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.
-
While https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2profile.addbrowserextensionasync allows us to load browser extensions, and https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2browserextension provides some information, how can we get information about the buttons the extension provides for the browser toolbar, so we can display appropriate buttons in our UI?
Is there a workaround to emulate those buttons if we have more detailed information about a specific extension?
Beta Was this translation helpful? Give feedback.
All reactions