Is there a way to use MAUI Handler without registering with AddHandler? #14739
Unanswered
qq570850096
asked this question in
Q&A
Replies: 2 comments
-
I think this is possible.
Hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maui's control all use Handler, see if you have a custom android AppCompatEditText control, you can inherit EntryHandler override CreatePlatformView() and use your custom android AppCompatEditText to create it finally, use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When using MAUI, if MAUI's own controls, such as Entry, do not need to be registered, then in which part of the source code are they registered? Is there a way to use this approach in your own custom controls to avoid registration with AddHandler?
Beta Was this translation helpful? Give feedback.
All reactions