microsoft/fluentui-blazor

fix: custom events registeration in MAUI blazorwebview

r-laf opened this issue ยท 4 comments

r-laf commented

๐Ÿ› Bug Report

I'd like to report that the Javascript initializer src\Microsoft.Fast.Components.FluentUI\wwwroot\Microsoft.Fast.Components.FluentUI.lib.module.js does not work on MAUI blazorwebview due to problems reported in this issue.

๐Ÿ’ป Repro or Code Sample

๐Ÿค” Expected Behavior

๐Ÿ˜ฏ Current Behavior

๐Ÿ’ Possible Solution

๐Ÿ”ฆ Context

๐ŸŒ Your Environment

  • OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
  • Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
  • .NET and FAST Version [e.g. 1.8.0]

The linked issue is closed and as I understand it, it works on a number of platforms. Are you seeing specific errors when using this library in a MAUI app?

r-laf commented

Hi, to be more specific, the problem is tracked by following issues listed in the issue: dotnet/maui#7965 (comment)

  1. dotnet/maui#15234
  2. dotnet/aspnetcore#42348

Ok, so we are blocked until these are solved. Nothing we can do here, I mean. I added the 'Blocked' label

Closing this as we now have a workaround for this. See https://github.com/microsoft/fluentui-blazor#tempory-workaround-for-maui-issues for the details.