How do I disable isTextMessageTextSelectable so that text message is not selectable #393
-
I have written an issue #390 where I am having a problem activating an onMessageTap when someone taps on the text of a message. I think it may be due to the fact that text is selectable and want to try that out but I dont know how to disable selectable text |
Beta Was this translation helpful? Give feedback.
Answered by
lostintheunderflow
Feb 3, 2023
Replies: 1 comment
-
Solved my own problem |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
demchenkoalex
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved my own problem
I added textMessageOptions:TextMessageOptions(isTextSelectable:false) to Chat()