MeWosh
MeWosh
CC#
Created by MeWosh on 8/8/2024 in #help
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
CC#
Created by MeWosh on 2/3/2023 in #help
❔ where exactly should i put authorization
so what you mean by that is just putting all the authorization-related code outside the controller and leaving controller functions with just [Authorize] attribute?
19 replies