Hello,
MAUI has a built-in browser, so you don't need to use this API to call it in MAUI. You can find instructions for this in DesktopExtensions.WithWindowsEmbeddedBrowserSupport Method of this API.
This is not required for MAUI / WinUI applications. This is ignored on Mac and Linux.
For how to use the embedded browser in MAUI, you can refer to the following document to enable it by setting a boolean value.
Generally, it's recommended that you use the platform default, and this is typically the system browser. The system browser is better at remembering the users that have logged in before. To change this behavior, use WithUseEmbeddedWebView(Boolean)
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.