Thomr77
Thomr77
Hey @andrei-m-code! Okay I spent some time with it - you are right, it seems to fail when the error is parsed: ``` using (var response = await http.SendAsync(message, cancellationToken))...
Hey @andrei-m-code! I spent some more time on it and found the issue! Basically, I have shared the same HttpClient instance with FcmSender and ApnSender which has worked fine up...
@andrei-m-code cheers! It would be so convenient if it came back as an object (error) so that there is less code on the caller's side to take it apart. What...
Hi @champnic - We have the same issue with Maui Blazor Windows. Is there a way for us to test this with a newer version as well? Maui references Windows...
> https://learn.microsoft.com/en-us/microsoft-edge/webview2/how-to/set-preview-channel?tabs=api#downloading-the-prerelease-sdk-and-a-preview-channel You'll need to download a prerelease channel of the Edge browser (Canary or Dev), and then switch the runtime search order. Using the registry key or environment variable...
For a reasonable workaround, set the webview's initial window size and position via the browser arguments e.g.: `Environment.SetEnvironmentVariable("WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS", "--window-size=0,0 --window-position=20000,20000");` Place this close to your application start so that these...