Relative Content

Tag Archive for mobileblazorsignalrmaui-blazorblazor-jsinterop

Blazor/Maui Function JS is undefined

I’m in a blazor/Maui project with JSInterop.
My function is in a script in the index.html file, other functions are called correctly there.
In the case of an instant discussion, I want the message bubble to ignore my messages if they are visible to the user. Conversely, if the messages are not directly visible on the user’s screen, we increment the message so that the bubble updates the number of unread messages.
My function :
This function works, I created a POC on VS code.