Replies: 1 comment
-
Thanks for logging this - I was trying to work out why my handlers were not getting connected. |
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. After migrating to MAUI RC1 I found my custom BlazorWebViewHandler not working anymore, because the new AddMauiBlazorWebView-Method includes the following line:
This requires custom implementations for IBlazorWebView-Handlers to be added after calling the method.
For example, the following code, which is just the default template with a custom handler configuration, will not work as intended:
Could the handler registration in BlazorWebViewServiceCollectionExtensions be changed to .TryAddHandler to prefer custom handlers, so developers don't need to be aware of the registration order?
Beta Was this translation helpful? Give feedback.
All reactions