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

Developer technologies | .NET | Blazor
Developer technologies | .NET | .NET MAUI
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.