Hello,
I notice that you are using EntryHandler
, there is a table that lists the types that implement views in .NET MAUI, please see .NET MAUI handlers - .NET MAUI | Microsoft Learn
From the source code, you can see the PlatformView
is type of MauiAppCompatEditText, and it's extended from AppCompatEditText
. About this native Android control, you could refer to AppCompatEditText | Android Developers
There is no such .NET-Android documentation so far, the missing documents are being collected and sorted. And you could rise an issue at https://github.com/dotnet/docs-maui to tell them your concerns, they will evaluate your needs carefully.
Best Regards,
Wenyan Zhang
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.