How do you get the character clicked on? #13415
MarkBrainfire
started this conversation in
General
Replies: 1 comment 3 replies
-
You may able to implement this with https://github.com/toptensoftware/RichTextKit as I did on Xamarin.Forms |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In WinUI 3 you can use the TextPointer.GetCharacterRect method to build an array of hit boxes for the text in a TextBlock.
A RichTextBlock has built-in functionality to do this.
But Uno doesn't appear to support any way to get the character clicked on in displayed text?
Is there some way I don't know about? This is ESSENTIAL to my application.
Mark
Beta Was this translation helpful? Give feedback.
All reactions