Is it possible to customize the keyboard in .net maui for android application?

Roshan Bashyam 1 Reputation point
2022-04-21T00:47:54.027+00:00

Hello , I know there are many ways to customize keyboard in xamarian forms, but is it possible to do it in the latest .net Maui, Can you share some sample code for it. Thanks in advance .

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

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 50,126 Reputation points Microsoft External Staff
    2022-04-21T05:23:27.587+00:00

    Hello,

    You can customize the keyboard in .Net MAUI.

    If you want to implement simple customizations such as hinting at keyboard use and capitalizations are built in. You can refer to https://github.com/dotnet/docs-maui/blob/main/docs/user-interface/controls/entry.md#customize-the-keyboard .

    If you want to implement completely customizing keyboard, you can use essentially the same techniques you use in Xamarin to do so as in Maui. It's because that the customization is not Xamarin specific behavior but comes from the underlying Android API.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

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