MeWosh
blazor maui hybrid js initializers not working
okay so turns out the issue was quite silly:
in
Bonsai.lib.module.js
in registerCustomEventType()
the name of the event must not contain "on" at the beggining of its name, so in this case its name should be "animationended" instead of "onanimationend". In EventHandlers.cs
name of the event stays the same.2 replies