KeyboardEventArgs always return empty or "Undefined" on Mobile (Android). How to solve it?

Elyel Rubens da Rosa 0 Reputation points
2023-05-18T01:53:45.0633333+00:00

When trying to handle KeyboardEventArgs, it returns key and code with the relative key when using windows, but hen using any android device, it returns always Code = "" and Key = "Undefined"

Noticed that when trying to use mask with MudBlazor in a MAUI Blazor APP

That is an example that works fine in Windows platform and not at Android.

https://mudblazor.com/features/masking#patternmask

Captura de tela 2023-05-17 221345

Captura de tela 2023-05-17 221419

Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,386 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
2,866 questions
0 comments No comments
{count} votes